Uses of Class
com.google.common.collect.ForwardingSet
Packages that use ForwardingSet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Utilities for reflection.
- 
Uses of ForwardingSet in com.google.common.collectSubclasses of ForwardingSet in com.google.common.collectModifier and TypeClassDescriptionclassForwardingNavigableSet<E extends @Nullable Object>A navigable set which forwards all its method calls to another navigable set.protected classA sensible implementation ofNavigableSet.descendingSet()in terms of the other methods ofNavigableSet, notably includingNavigableSet.descendingIterator().classForwardingSortedSet<E extends @Nullable Object>A sorted set which forwards all its method calls to another sorted set.
- 
Uses of ForwardingSet in com.google.common.reflectSubclasses of ForwardingSet in com.google.common.reflectModifier and TypeClassDescriptionclassThe set of interfaces and classes thatTis or is a subtype of.