| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowSortedTable | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. | 
| Uses of RowSortedTable in com.google.common.collect | 
|---|
| Classes in com.google.common.collect that implement RowSortedTable | |
|---|---|
|  class | TreeBasedTable<R,C,V>Implementation of Tablewhose row keys and column keys are ordered
 by their natural ordering or by supplied comparators. | 
| Methods in com.google.common.collect that return RowSortedTable | ||
|---|---|---|
| static
 | 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 RowSortedTable | ||
|---|---|---|
| static
 | Tables.unmodifiableRowSortedTable(RowSortedTable<R,? extends C,? extends V> table)Returns an unmodifiable view of the specified row-sorted table. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||