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.
 



Copyright © 2010-2011. All Rights Reserved.