| 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> ArrayTable<R,C,V> | ArrayTable. create(Iterable<? extends R> rowKeys,
            Iterable<? extends C> columnKeys)Creates an empty  ArrayTable. | 
| static <R,C,V> ArrayTable<R,C,V> | ArrayTable. create(Table<R,C,V> table)Creates an  ArrayTablewith the mappings in the provided table. | 
Copyright © 2010-2015. All Rights Reserved.