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> |
ImmutableSortedMap.keySet |
(package private) static RegularImmutableSortedSet<java.lang.Comparable> |
RegularImmutableSortedSet.NATURAL_EMPTY_SET |
Modifier and Type | Method and Description |
---|---|
(package private) static <E> RegularImmutableSortedSet<E> |
ImmutableSortedSet.emptySet(java.util.Comparator<? super E> comparator) |
(package private) RegularImmutableSortedSet<E> |
RegularImmutableSortedSet.getSubSet(int newFromIndex,
int newToIndex) |
Constructor and Description |
---|
ImmutableSortedMap(RegularImmutableSortedSet<K> keySet,
ImmutableList<V> valueList) |
ImmutableSortedMap(RegularImmutableSortedSet<K> keySet,
ImmutableList<V> valueList,
ImmutableSortedMap<K,V> descendingMap) |
RegularImmutableSortedMultiset(RegularImmutableSortedSet<E> elementSet,
long[] cumulativeCounts,
int offset,
int length) |