Uses of Class
com.google.common.collect.StandardRowSortedTable
Packages that use StandardRowSortedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of StandardRowSortedTable in com.google.common.collect
Subclasses of StandardRowSortedTable in com.google.common.collectModifier and TypeClassDescriptionclassTreeBasedTable<R,C, V> Implementation ofTablewhose row keys and column keys are ordered by their natural ordering or by supplied comparators.