private static class TreeBasedTable.Factory<C,V> extends java.lang.Object implements Supplier<java.util.TreeMap<C,V>>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Comparator<? super C> |
comparator |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Factory(java.util.Comparator<? super C> comparator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.TreeMap<C,V> |
get()
Retrieves an instance of the appropriate type.
|
final java.util.Comparator<? super C> comparator
private static final long serialVersionUID
Factory(java.util.Comparator<? super C> comparator)