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 class
private class
private class
(package private) class
A skeleton implementation of a descending multiset.final class
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.(package private) static class
(package private) static class
(package private) class
(package private) class
class
Deprecated.class
A deque which forwards all its method calls to another deque.class
A list which forwards all its method calls to another list.class
A multiset which forwards all its method calls to another multiset.class
A navigable set which forwards all its method calls to another navigable set.protected class
A sensible implementation ofNavigableSet.descendingSet()
in terms of the other methods ofNavigableSet
, notably includingNavigableSet.descendingIterator()
.class
A queue which forwards all its method calls to another queue.class
A set which forwards all its method calls to another set.class
A sorted multiset which forwards all its method calls to another sorted multiset.protected class
A skeleton implementation of a descending multiset view.class
A sorted set which forwards all its method calls to another sorted set.private class
(package private) static class
The implementation ofMultimaps.unmodifiableEntries(java.util.Collection<java.util.Map.Entry<K, V>>)
.(package private) static class
The implementation ofMaps.unmodifiableEntrySet(Set)
.(package private) static class
private static final class
(package private) static class
(package private) static final class
(package private) final class
(package private) final class
Implementation 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 class
A 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 class
private final class
class
The set of interfaces and classes thatT
is or is a subtype of. -
Uses of ForwardingCollection in com.google.common.util.concurrent
Subclasses of ForwardingCollection in com.google.common.util.concurrentModifier and TypeClassDescriptionclass
ABlockingDeque
which forwards all its method calls to anotherBlockingDeque
.class
ABlockingQueue
which forwards all its method calls to anotherBlockingQueue
.
com.google.common.util.concurrent
.