| 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 <K extends Comparable |
TreeMultimap.create()
Creates an empty
TreeMultimap ordered by the natural ordering of its keys and values.
|
static <K |
TreeMultimap.create(Comparator
Creates an empty
TreeMultimap instance using explicit comparators.
|
static <K extends Comparable |
TreeMultimap.create(Multimap
Constructs a
TreeMultimap, ordered by the natural ordering of its keys and values, with the same mappings as the specified multimap.
|