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. |
Copyright © 2010–2019. All rights reserved.