| 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  HashBasedTablewith the specified map sizes. | 
| static <R,C,V> HashBasedTable<R,C,V> | HashBasedTable. create(Table<? extends R,? extends C,? extends V> table)Creates a  HashBasedTablewith the same mappings as the specified
 table. | 
Copyright © 2010-2015. All Rights Reserved.