Uses of Interface
com.google.common.collect.RowSortedTable
Packages that use RowSortedTable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Testing utilities.
-
Uses of RowSortedTable in com.google.common.collect
Classes in com.google.common.collect that implement RowSortedTableModifier and TypeClassDescription(package private) class
StandardRowSortedTable<R,
C, V> Implementation ofTable
whose iteration ordering across row keys is sorted by their natural ordering or by a supplied comparator.private static final class
class
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 TypeMethodDescriptionprotected RowSortedTable
<R, C, V> Tables.UnmodifiableRowSortedMap.delegate()
static <R,
C, V> 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,
C, V> RowSortedTable <R, C, V> Tables.unmodifiableRowSortedTable
(RowSortedTable<R, ? extends C, ? extends V> table) Returns an unmodifiable view of the specified row-sorted table.Constructors in com.google.common.collect with parameters of type RowSortedTableModifierConstructorDescriptionUnmodifiableRowSortedMap
(RowSortedTable<R, ? extends C, ? extends V> delegate) -
Uses of RowSortedTable in com.google.common.testing
Methods in com.google.common.testing that return RowSortedTableModifier and TypeMethodDescription(package private) static <R extends Comparable,
C extends Comparable, V>
RowSortedTable<R, C, V> FreshValueGenerator.generateRowSortedTable
(R row, C column, V value)