Uses of Class
com.google.common.collect.ForwardingCollection
Packages that use ForwardingCollection
Package
Description
Collection interfaces and implementations, and other utilities for collections.
An API for representing graph (node and edge) data.
Utilities for reflection.
Concurrency utilities.
-
Uses of ForwardingCollection in com.google.common.collect
Subclasses of ForwardingCollection in com.google.common.collectModifier and TypeClassDescriptionprivate classprivate classprivate class(package private) classA skeleton implementation of a descending multiset.final 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.(package private) static class(package private) static class(package private) class(package private) classclassDeprecated.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.private class(package private) static classThe implementation ofMultimaps.unmodifiableEntries(java.util.Collection<java.util.Map.Entry<K, V>>).(package private) static classThe implementation ofMaps.unmodifiableEntrySet(Set).(package private) static classprivate static final class(package private) static class(package private) static final class(package private) final class(package private) final classImplementation ofMultisets.unmodifiableSortedMultiset(SortedMultiset), split out into its own file so it can be GWT emulated (to deal with the differing elementSet() types in GWT and non-GWT). -
Uses of ForwardingCollection in com.google.common.graph
Subclasses of ForwardingCollection in com.google.common.graphModifier and TypeClassDescription(package private) final classA subclass of `ForwardingSet` that throws `IllegalStateException` on invocation of any method (except `hashCode` and `equals`) if the provided `Supplier` returns false. -
Uses of ForwardingCollection in com.google.common.reflect
Subclasses of ForwardingCollection in com.google.common.reflectModifier and TypeClassDescriptionprivate final classprivate final classclassThe 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.