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 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 class(package private) static class(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.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.