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