Uses of Class
com.google.common.collect.ForwardingSortedSet
- 
Packages that use ForwardingSortedSet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.
- 
- 
Uses of ForwardingSortedSet in com.google.common.collectSubclasses of ForwardingSortedSet in com.google.common.collect Modifier and Type Class Description classForwardingNavigableSet<E>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().
 
-