Uses of Class
com.google.common.collect.ForwardingCollection
Packages that use ForwardingCollection
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
This package contains utilities to work with Java reflection.
Concurrency utilities.
-
Uses of ForwardingCollection in com.google.common.collect
Subclasses of ForwardingCollection in com.google.common.collectModifier and TypeClassDescriptionfinal classA non-blocking queue which automatically evicts elements from the head of the queue when attempting to add new elements onto the queue and it is full.classDeprecated.classA deque which forwards all its method calls to another deque.classA list which forwards all its method calls to another list.classA multiset which forwards all its method calls to another multiset.classA 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().classA queue which forwards all its method calls to another queue.classA set which forwards all its method calls to another set.classA sorted multiset which forwards all its method calls to another sorted multiset.protected classA skeleton implementation of a descending multiset view.classA sorted set which forwards all its method calls to another sorted set. -
Uses of ForwardingCollection in com.google.common.reflect
Subclasses of ForwardingCollection in com.google.common.reflectModifier and TypeClassDescriptionclassThe set of interfaces and classes thatTis or is a subtype of. -
Uses of ForwardingCollection in com.google.common.util.concurrent
Subclasses of ForwardingCollection in com.google.common.util.concurrentModifier and TypeClassDescriptionclassABlockingDequewhich forwards all its method calls to anotherBlockingDeque.classABlockingQueuewhich forwards all its method calls to anotherBlockingQueue.
com.google.common.util.concurrent.