Uses of Class
com.google.common.collect.ForwardingCollection
-
Packages that use ForwardingCollection Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ForwardingCollection in com.google.common.collect
Subclasses of ForwardingCollection in com.google.common.collect Modifier and Type Class Description classEvictingQueue<E>A 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.classForwardingBlockingDeque<E>Deprecated.This class has moved tocom.google.common.util.concurrent.classForwardingDeque<E>A deque which forwards all its method calls to another deque.classForwardingList<E>A list which forwards all its method calls to another list.classForwardingMultiset<E>A multiset which forwards all its method calls to another multiset.classForwardingNavigableSet<E>A navigable set which forwards all its method calls to another navigable set.protected classForwardingNavigableSet.StandardDescendingSetA sensible implementation ofNavigableSet.descendingSet()in terms of the other methods ofNavigableSet, notably includingNavigableSet.descendingIterator().classForwardingQueue<E>A queue which forwards all its method calls to another queue.classForwardingSet<E>A set which forwards all its method calls to another set.classForwardingSortedMultiset<E>A sorted multiset which forwards all its method calls to another sorted multiset.protected classForwardingSortedMultiset.StandardDescendingMultisetA skeleton implementation of a descending multiset view.classForwardingSortedSet<E>A 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.reflect Modifier and Type Class Description classTypeToken.TypeSetThe 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.concurrent Modifier and Type Class Description classForwardingBlockingDeque<E>ABlockingDequewhich forwards all its method calls to anotherBlockingDeque.classForwardingBlockingQueue<E>ABlockingQueuewhich forwards all its method calls to anotherBlockingQueue.
-