Uses of Class
com.google.common.collect.ForwardingCollection
-
Packages that use ForwardingCollection Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.com.google.common.reflect Utilities for 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 extends @Nullable Object>A deque which forwards all its method calls to another deque.classForwardingList<E extends @Nullable Object>A list which forwards all its method calls to another list.classForwardingMultiset<E extends @Nullable Object>A multiset which forwards all its method calls to another multiset.classForwardingNavigableSet<E extends @Nullable Object>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 extends @Nullable Object>A queue which forwards all its method calls to another queue.classForwardingSet<E extends @Nullable Object>A set which forwards all its method calls to another set.classForwardingSortedMultiset<E extends @Nullable Object>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 extends @Nullable Object>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.
-