Uses of Class
com.google.common.collect.RegularImmutableSortedSet
Packages that use RegularImmutableSortedSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RegularImmutableSortedSet in com.google.common.collect
Fields in com.google.common.collect declared as RegularImmutableSortedSetModifier and TypeFieldDescription(package private) final RegularImmutableSortedSet
<E> RegularImmutableSortedMultiset.elementSet
private final RegularImmutableSortedSet
<K> ImmutableSortedMap.keySet
(package private) static final RegularImmutableSortedSet
<Comparable> RegularImmutableSortedSet.NATURAL_EMPTY_SET
Methods in com.google.common.collect that return RegularImmutableSortedSetModifier and TypeMethodDescription(package private) static <E> RegularImmutableSortedSet
<E> ImmutableSortedSet.emptySet
(Comparator<? super E> comparator) (package private) RegularImmutableSortedSet
<E> RegularImmutableSortedSet.getSubSet
(int newFromIndex, int newToIndex) Constructors in com.google.common.collect with parameters of type RegularImmutableSortedSetModifierConstructorDescription(package private)
ImmutableSortedMap
(RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList) (package private)
ImmutableSortedMap
(RegularImmutableSortedSet<K> keySet, ImmutableList<V> valueList, ImmutableSortedMap<K, V> descendingMap) (package private)
RegularImmutableSortedMultiset
(RegularImmutableSortedSet<E> elementSet, long[] cumulativeCounts, int offset, int length)