Uses of Class
com.google.common.collect.ForwardingNavigableSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ForwardingNavigableSet in com.google.common.collect
Modifier and TypeClassDescriptionprotected class
A sensible implementation ofNavigableSet.descendingSet()
in terms of the other methods ofNavigableSet
, notably includingNavigableSet.descendingIterator()
.