| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
EmptyImmutableSortedMap<K,V>
An empty immutable sorted map.
|
class |
ImmutableSortedMap<K,V>
An immutable
SortedMap. |
(package private) class |
RegularImmutableSortedMap<K,V>
An implementation of an immutable sorted map with one or more entries.
|