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