All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.collect.class-use.ArrayTable.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.collect.ArrayTable (Guava: Google Core Libraries for Java 11.0.1 API)














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.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy