Package com.google.common.collect
Class TreeBasedTable.Factory<C,V>
- java.lang.Object
-
- com.google.common.collect.TreeBasedTable.Factory<C,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Comparator<? super C>
comparator
private static long
serialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.TreeMap<C,V>
get()
Retrieves an instance of the appropriate type.
-
-
-
Field Detail
-
comparator
final java.util.Comparator<? super C> comparator
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Factory
Factory(java.util.Comparator<? super C> comparator)
-
-