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