Uses of Class
com.google.common.collect.StandardTable
-
Packages that use StandardTable Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of StandardTable in com.google.common.collect
Subclasses of StandardTable in com.google.common.collect Modifier and Type Class Description class
HashBasedTable<R,C,V>
Implementation ofTable
using linked hash tables.(package private) class
StandardRowSortedTable<R,C,V>
Implementation ofTable
whose iteration ordering across row keys is sorted by their natural ordering or by a supplied comparator.class
TreeBasedTable<R,C,V>
Implementation ofTable
whose row keys and column keys are ordered by their natural ordering or by supplied comparators.
-