Package com.google.common.collect
Class TreeBasedTable.Factory<C,V>
java.lang.Object
com.google.common.collect.TreeBasedTable.Factory<C,V>
- All Implemented Interfaces:
Supplier<Map<C,
,V>> Serializable
,Supplier<Map<C,
V>>
- Enclosing class:
TreeBasedTable<R,
C, V>
private static class TreeBasedTable.Factory<C,V>
extends Object
implements Supplier<Map<C,V>>, Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Comparator
<? super C> private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
comparator
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Factory
Factory(Comparator<? super C> comparator)
-
-
Method Details
-
get
Description copied from interface:Supplier
Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
-