| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeBasedTable | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. | 
| Uses of TreeBasedTable in com.google.common.collect | 
|---|
| Methods in com.google.common.collect that return TreeBasedTable | ||
|---|---|---|
| static
 | TreeBasedTable.create()Creates an empty TreeBasedTablethat uses the natural orderings
 of both row and column keys. | |
| static
 | TreeBasedTable.create(Comparator<? super R> rowComparator,
             Comparator<? super C> columnComparator)Creates an empty TreeBasedTablethat is ordered by the specified
 comparators. | |
| static
 | TreeBasedTable.create(TreeBasedTable<R,C,? extends V> table)Creates a TreeBasedTablewith the same mappings and sort order
 as the specifiedTreeBasedTable. | |
| Methods in com.google.common.collect with parameters of type TreeBasedTable | ||
|---|---|---|
| static
 | TreeBasedTable.create(TreeBasedTable<R,C,? extends V> table)Creates a TreeBasedTablewith the same mappings and sort order
 as the specifiedTreeBasedTable. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||