|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
ArrayTable.create(ArrayTable<R,C,V> table)
Creates an ArrayTable with the same mappings, allowed keys, and
iteration ordering as the provided ArrayTable . |
|
static
|
ArrayTable.create(Iterable<? extends R> rowKeys,
Iterable<? extends C> columnKeys)
Creates an empty ArrayTable . |
|
static
|
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
|
ArrayTable.create(ArrayTable<R,C,V> table)
Creates an ArrayTable with the same mappings, allowed keys, and
iteration ordering as the provided ArrayTable . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |