Uses of Interface
com.google.common.collect.SortedIterable
Packages that use SortedIterable
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of SortedIterable in com.google.common.collect
Subinterfaces of SortedIterable in com.google.common.collectModifier and TypeInterfaceDescriptioninterface
AMultiset
which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.Classes in com.google.common.collect that implement SortedIterableModifier and TypeClassDescription(package private) class
This class provides a skeletal implementation of theSortedMultiset
interface.class
ContiguousSet<C extends Comparable>
A sorted set of contiguous values in a givenDiscreteDomain
.(package private) final class
A descending wrapper around anImmutableSortedMultiset
(package private) final class
Skeletal implementation ofImmutableSortedSet.descendingSet()
.(package private) class
A skeleton implementation of a descending multiset.(package private) final class
EmptyContiguousSet<C extends Comparable>
An empty contiguous set.class
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
A skeleton implementation of a descending multiset view.private final class
(package private) final class
List returned byImmutableSortedSet.asList()
when the set isn't empty.class
ASortedMultiset
whose contents will never change, with many other important properties detailed atImmutableCollection
.class
ANavigableSet
whose contents will never change, with many other important properties detailed atImmutableCollection
.(package private) final class
RegularContiguousSet<C extends Comparable>
An implementation ofContiguousSet
that contains one or more elements.(package private) final class
An immutable sorted multiset with one or more distinct elements.(package private) final class
An immutable sorted set with one or more elements.final class
TreeMultiset<E>
A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator
.(package private) final class
Implementation ofMultisets.unmodifiableSortedMultiset(SortedMultiset)
, split out into its own file so it can be GWT emulated (to deal with the differing elementSet() types in GWT and non-GWT).