Uses of Class
com.google.common.collect.HashBasedTable

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
<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)
           
 

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)
           
 



Copyright © 2010-2012. All Rights Reserved.