Uses of Class
com.google.common.collect.ForwardingObject
-
Packages that use ForwardingObject Package Description com.google.common.cache This package contains caching utilities.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 ForwardingObject in com.google.common.cache
Subclasses of ForwardingObject in com.google.common.cache Modifier and Type Class Description classForwardingCache<K,V>A cache which forwards all its method calls to another cache.static classForwardingCache.SimpleForwardingCache<K,V>A simplified version ofForwardingCachewhere subclasses can pass in an already constructedCacheas the delegate.classForwardingLoadingCache<K,V>A cache which forwards all its method calls to another cache.static classForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>A simplified version ofForwardingLoadingCachewhere subclasses can pass in an already constructedLoadingCacheas the delegate. -
Uses of ForwardingObject in com.google.common.collect
Subclasses of ForwardingObject in com.google.common.collect Modifier and Type Class Description classEnumBiMap<K extends Enum<K>,V extends Enum<V>>ABiMapbacked by twoEnumMapinstances.classEnumHashBiMap<K extends Enum<K>,V>ABiMapbacked by anEnumMapinstance for keys-to-values, and aHashMapinstance for values-to-keys.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.classForwardingCollection<E>A collection which forwards all its method calls to another collection.classForwardingConcurrentMap<K,V>A concurrent map which forwards all its method calls to another concurrent map.classForwardingDeque<E>A deque which forwards all its method calls to another deque.classForwardingIterator<T>An iterator which forwards all its method calls to another iterator.classForwardingList<E>A list which forwards all its method calls to another list.classForwardingListIterator<E>A list iterator which forwards all its method calls to another list iterator.classForwardingListMultimap<K,V>A list multimap which forwards all its method calls to another list multimap.classForwardingMap<K,V>A map which forwards all its method calls to another map.classForwardingMapEntry<K,V>A map entry which forwards all its method calls to another map entry.classForwardingMultimap<K,V>A multimap which forwards all its method calls to another multimap.classForwardingMultiset<E>A multiset which forwards all its method calls to another multiset.classForwardingNavigableMap<K,V>A navigable map which forwards all its method calls to another navigable map.protected classForwardingNavigableMap.StandardDescendingMapA sensible implementation ofNavigableMap.descendingMap()in terms of the methods of thisNavigableMap.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.classForwardingSetMultimap<K,V>A set multimap which forwards all its method calls to another set multimap.classForwardingSortedMap<K,V>A sorted map which forwards all its method calls to another sorted map.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.classForwardingSortedSetMultimap<K,V>A sorted set multimap which forwards all its method calls to another sorted set multimap.classForwardingTable<R,C,V>A table which forwards all its method calls to another table.classImmutableClassToInstanceMap<B>AClassToInstanceMapwhose contents will never change, with many other important properties detailed atImmutableCollection.classMutableClassToInstanceMap<B>A mutable class-to-instance map backed by an arbitrary user-provided map. -
Uses of ForwardingObject in com.google.common.reflect
Subclasses of ForwardingObject in com.google.common.reflect Modifier and Type Class Description classImmutableTypeToInstanceMap<B>A type-to-instance map backed by anImmutableMap.classMutableTypeToInstanceMap<B>A mutable type-to-instance map.classTypeToken.TypeSetThe set of interfaces and classes thatTis or is a subtype of. -
Uses of ForwardingObject in com.google.common.util.concurrent
Subclasses of ForwardingObject 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.classForwardingExecutorServiceAn executor service which forwards all its method calls to another executor service.classForwardingFuture<V>AFuturewhich forwards all its method calls to another future.static classForwardingFuture.SimpleForwardingFuture<V>A simplified version ofForwardingFuturewhere subclasses can pass in an already constructedFutureas the delegate.classForwardingListenableFuture<V>AListenableFuturewhich forwards all its method calls to another future.static classForwardingListenableFuture.SimpleForwardingListenableFuture<V>A simplified version ofForwardingListenableFuturewhere subclasses can pass in an already constructedListenableFutureas the delegate.classForwardingListeningExecutorServiceA listening executor service which forwards all its method calls to another listening executor service.
-