Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Method and Description |
---|---|
static <R,C,V> HashBasedTable<R,C,V> |
HashBasedTable.create()
Creates an empty
HashBasedTable . |
static <R,C,V> HashBasedTable<R,C,V> |
HashBasedTable.create(int expectedRows,
int expectedCellsPerRow)
Creates an empty
HashBasedTable with the specified map sizes. |
static <R,C,V> HashBasedTable<R,C,V> |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
HashBasedTable_CustomFieldSerializer.deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
HashBasedTable<?,?,?> table) |
static void |
HashBasedTable_CustomFieldSerializer.serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
HashBasedTable<?,?,?> table) |
Copyright © 2010-2015 JBoss by Red Hat. All Rights Reserved.