| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <R extends Comparable |
TreeBasedTable.create()
Creates an empty
TreeBasedTable that uses the natural orderings of both row and column keys.
|
static <R |
TreeBasedTable.create(Comparator
Creates an empty
TreeBasedTable that is ordered by the specified comparators.
|
static <R |
TreeBasedTable.create(TreeBasedTable
Creates a
TreeBasedTable with the same mappings and sort order as the specified
TreeBasedTable.
|
| Modifier and Type | Method and Description |
|---|---|
static <R |
TreeBasedTable.create(TreeBasedTable
Creates a
TreeBasedTable with the same mappings and sort order as the specified
TreeBasedTable.
|