Uses of Class
com.google.common.collect.AbstractTable
Packages that use AbstractTable
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of AbstractTable in com.google.common.collect
Subclasses of AbstractTable in com.google.common.collectModifier and TypeClassDescriptionfinal classArrayTable<R,C, V> Fixed-sizeTableimplementation backed by a two-dimensional array.(package private) final classDenseImmutableTable<R,C, V> ARegularImmutableTableoptimized for dense data.classHashBasedTable<R,C, V> Implementation ofTableusing linked hash tables.classImmutableTable<R,C, V> ATablewhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) classRegularImmutableTable<R,C, V> An implementation ofImmutableTableholding an arbitrary number of cells.(package private) classSingletonImmutableTable<R,C, V> An implementation ofImmutableTablethat holds a single cell.(package private) final classSparseImmutableTable<R,C, V> ARegularImmutableTableoptimized for sparse data.(package private) classStandardRowSortedTable<R,C, V> Implementation ofTablewhose iteration ordering across row keys is sorted by their natural ordering or by a supplied comparator.(package private) classStandardTable<R,C, V> Tableimplementation backed by a map that associates row keys with column key / value secondary maps.private static classTables.TransformedTable<R,C, V1, V2> private static classTables.TransposeTable<C,R, V> classTreeBasedTable<R,C, V> Implementation ofTablewhose row keys and column keys are ordered by their natural ordering or by supplied comparators.