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 class
ContiguousSet<C extends java.lang.Comparable>
A sorted set of contiguous values in a givenDiscreteDomain
.(package private) class
DescendingImmutableSortedSet<E>
Skeletal implementation ofImmutableSortedSet.descendingSet()
.(package private) class
EmptyContiguousSet<C extends java.lang.Comparable>
An empty contiguous set.private class
ImmutableRangeSet.AsSet
class
ImmutableSortedSet<E>
ANavigableSet
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) class
RegularContiguousSet<C extends java.lang.Comparable>
An implementation ofContiguousSet
that contains one or more elements.(package private) class
RegularImmutableSortedSet<E>
An immutable sorted set with one or more elements.
-