Uses of Interface
com.google.common.collect.RowSortedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RowSortedTable in com.google.common.collect
Modifier and TypeClassDescriptionclass
TreeBasedTable<R,
C, V> Implementation ofTable
whose row keys and column keys are ordered by their natural ordering or by supplied comparators.Modifier 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.Modifier 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.