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

Packages that use ArrayTable
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of ArrayTable in com.google.common.collect
 

Methods in com.google.common.collect that return ArrayTable
static
<R,C,V> ArrayTable<R,C,V>
ArrayTable.create(ArrayTable<R,C,V> table)
          Creates an ArrayTable with the same mappings, allowed keys, and iteration ordering as the provided ArrayTable.
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 ArrayTable with the mappings in the provided table.
 

Methods in com.google.common.collect with parameters of type ArrayTable
static
<R,C,V> ArrayTable<R,C,V>
ArrayTable.create(ArrayTable<R,C,V> table)
          Creates an ArrayTable with the same mappings, allowed keys, and iteration ordering as the provided ArrayTable.
 



Copyright © 2010-2012. All Rights Reserved.