Uses of Interface
com.google.common.collect.RowSortedTable
Packages that use RowSortedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RowSortedTable in com.google.common.collect
Classes in com.google.common.collect that implement RowSortedTableModifier and TypeClassDescriptionclass
TreeBasedTable<R,
C, V> Implementation ofTable
whose row keys and column keys are ordered by their natural ordering or by supplied comparators.Methods in com.google.common.collect that return RowSortedTableModifier and TypeMethodDescriptionstatic <R extends @Nullable Object,
C extends @Nullable Object, V extends @Nullable Object>
RowSortedTable<R, C, V> Tables.unmodifiableRowSortedTable
(RowSortedTable<R, ? extends C, ? extends V> table) Returns an unmodifiable view of the specified row-sorted table.Methods in com.google.common.collect with parameters of type RowSortedTableModifier and TypeMethodDescriptionstatic <R extends @Nullable Object,
C extends @Nullable Object, V extends @Nullable Object>
RowSortedTable<R, C, V> Tables.unmodifiableRowSortedTable
(RowSortedTable<R, ? extends C, ? extends V> table) Returns an unmodifiable view of the specified row-sorted table.