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 classHashBasedTable<R,C,V>Implementation ofTableusing linked hash tables.(package private) classStandardRowSortedTable<R,C,V>Implementation ofTablewhose iteration ordering across row keys is sorted by their natural ordering or by a supplied comparator.classTreeBasedTable<R,C,V>Implementation ofTablewhose row keys and column keys are ordered by their natural ordering or by supplied comparators.
-