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