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 TypeInterfaceDescriptioninterfaceAMultisetwhich 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) classThis class provides a skeletal implementation of theSortedMultisetinterface.classContiguousSet<C extends Comparable>A sorted set of contiguous values in a givenDiscreteDomain.(package private) final classA descending wrapper around anImmutableSortedMultiset(package private) final classSkeletal implementation ofImmutableSortedSet.descendingSet().(package private) classA skeleton implementation of a descending multiset.(package private) final classEmptyContiguousSet<C extends Comparable>An empty contiguous set.classA sorted multiset which forwards all its method calls to another sorted multiset.protected classA skeleton implementation of a descending multiset view.private final class(package private) final classList returned byImmutableSortedSet.asList()when the set isn't empty.classASortedMultisetwhose contents will never change, with many other important properties detailed atImmutableCollection.classANavigableSetwhose contents will never change, with many other important properties detailed atImmutableCollection.(package private) final classRegularContiguousSet<C extends Comparable>An implementation ofContiguousSetthat contains one or more elements.(package private) final classAn immutable sorted multiset with one or more distinct elements.(package private) final classAn immutable sorted set with one or more elements.final classTreeMultiset<E>A multiset which maintains the ordering of its elements, according to either their natural order or an explicitComparator.(package private) final classImplementation 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).