Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Field and Description |
---|---|
private RegularImmutableSortedSet<E> |
RegularImmutableSortedMultiset.elementSet |
private RegularImmutableSortedSet<K> |
RegularImmutableSortedMap.keySet |
Constructor and Description |
---|
RegularImmutableSortedMap(RegularImmutableSortedSet<K> keySet,
ImmutableList<V> valueList) |
RegularImmutableSortedMap(RegularImmutableSortedSet<K> keySet,
ImmutableList<V> valueList,
ImmutableSortedMap<K,V> descendingMap) |
RegularImmutableSortedMultiset(RegularImmutableSortedSet<E> elementSet,
int[] counts,
long[] cumulativeCounts,
int offset,
int length) |