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