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