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 TypeClassDescriptionclass
TreeBasedTable<R,
C, V> Implementation ofTable
whose row keys and column keys are ordered by their natural ordering or by supplied comparators.