Uses of Class
com.google.common.collect.StandardTable
Packages that use StandardTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of StandardTable in com.google.common.collect
Subclasses of StandardTable in com.google.common.collectModifier and TypeClassDescriptionclass
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.