Guava: Google Core Libraries for Java 13.0.1-redhat-1

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.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.