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.collectSubclasses of ForwardingSortedSet in com.google.common.collect Modifier and Type Class Description classForwardingNavigableSet<E extends @Nullable java.lang.Object>A navigable set which forwards all its method calls to another navigable set.protected classForwardingNavigableSet.StandardDescendingSetA sensible implementation ofNavigableSet.descendingSet()in terms of the other methods ofNavigableSet, notably includingNavigableSet.descendingIterator().
 
-