Uses of Class
com.google.common.collect.AbstractTable
Packages that use AbstractTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractTable in com.google.common.collect
Subclasses of AbstractTable in com.google.common.collectModifier and TypeClassDescriptionfinal class
ArrayTable<R,
C, V> Fixed-sizeTable
implementation backed by a two-dimensional array.(package private) final class
DenseImmutableTable<R,
C, V> ARegularImmutableTable
optimized for dense data.class
HashBasedTable<R,
C, V> Implementation ofTable
using linked hash tables.class
ImmutableTable<R,
C, V> ATable
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) class
RegularImmutableTable<R,
C, V> An implementation ofImmutableTable
holding an arbitrary number of cells.(package private) class
SingletonImmutableTable<R,
C, V> An implementation ofImmutableTable
that holds a single cell.(package private) final class
SparseImmutableTable<R,
C, V> ARegularImmutableTable
optimized for sparse data.(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.(package private) class
StandardTable<R,
C, V> Table
implementation backed by a map that associates row keys with column key / value secondary maps.private static class
Tables.TransformedTable<R,
C, V1, V2> private static class
Tables.TransposeTable<C,
R, V> class
TreeBasedTable<R,
C, V> Implementation ofTable
whose row keys and column keys are ordered by their natural ordering or by supplied comparators.