Uses of Class
com.google.common.collect.ForwardingSortedSet
Packages that use ForwardingSortedSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingSortedSet in com.google.common.collect
Subclasses of ForwardingSortedSet in com.google.common.collectModifier and TypeClassDescriptionclassForwardingNavigableSet<E extends @Nullable Object>A navigable set which forwards all its method calls to another navigable set.protected classA sensible implementation ofNavigableSet.descendingSet()in terms of the other methods ofNavigableSet, notably includingNavigableSet.descendingIterator().