|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashBasedTable | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of HashBasedTable in com.google.common.collect |
---|
Methods in com.google.common.collect that return HashBasedTable | ||
---|---|---|
static
|
HashBasedTable.create()
Creates an empty HashBasedTable . |
|
static
|
HashBasedTable.create(int expectedRows,
int expectedCellsPerRow)
Creates an empty HashBasedTable with the specified map sizes. |
|
static
|
HashBasedTable.create(Table<? extends R,? extends C,? extends V> table)
Creates a HashBasedTable with the same mappings as the specified
table. |
|
static HashBasedTable<Object,Object,Object> |
HashBasedTable_CustomFieldSerializer.instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader)
|
Methods in com.google.common.collect with parameters of type HashBasedTable | |
---|---|
static void |
HashBasedTable_CustomFieldSerializer.deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
HashBasedTable<?,?,?> instance)
|
static void |
HashBasedTable_CustomFieldSerializer.serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
HashBasedTable<?,?,?> instance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |