Uses of Class
com.google.common.collect.RegularImmutableSortedSet
-
Packages that use RegularImmutableSortedSet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of RegularImmutableSortedSet in com.google.common.collect
Fields in com.google.common.collect declared as RegularImmutableSortedSet Modifier and Type Field Description (package private) RegularImmutableSortedSet<E>RegularImmutableSortedMultiset. elementSetprivate RegularImmutableSortedSet<K>ImmutableSortedMap. keySet(package private) static RegularImmutableSortedSet<java.lang.Comparable>RegularImmutableSortedSet. NATURAL_EMPTY_SETMethods in com.google.common.collect that return RegularImmutableSortedSet Modifier and Type Method 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)Constructors in com.google.common.collect with parameters of type RegularImmutableSortedSet Constructor 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)
-