Uses of Class
com.google.common.collect.ImmutableSortedSetFauxverideShim
-
Packages that use ImmutableSortedSetFauxverideShim Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableSortedSetFauxverideShim in com.google.common.collect
Subclasses of ImmutableSortedSetFauxverideShim in com.google.common.collect Modifier and Type Class Description classContiguousSet<C extends java.lang.Comparable>A sorted set of contiguous values in a givenDiscreteDomain.(package private) classDescendingImmutableSortedSet<E>Skeletal implementation ofImmutableSortedSet.descendingSet().(package private) classEmptyContiguousSet<C extends java.lang.Comparable>An empty contiguous set.private classImmutableRangeSet.AsSetclassImmutableSortedSet<E>ANavigableSetwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) classRegularContiguousSet<C extends java.lang.Comparable>An implementation ofContiguousSetthat contains one or more elements.(package private) classRegularImmutableSortedSet<E>An immutable sorted set with one or more elements.
-