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<java.util.TreeMap<C,V>>
,java.io.Serializable
,java.util.function.Supplier<java.util.TreeMap<C,V>>
- Enclosing class:
- TreeBasedTable<R,C,V>
private static class TreeBasedTable.Factory<C,V> extends java.lang.Object implements Supplier<java.util.TreeMap<C,V>>, java.io.Serializable
-
-
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)
-
-