Package com.google.common.collect
Class FilteredKeyMultimap.Entries
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<Map.Entry<K,V>>
com.google.common.collect.FilteredKeyMultimap.Entries
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
V>>
- Direct Known Subclasses:
FilteredKeySetMultimap.EntrySet
- Enclosing class:
FilteredKeyMultimap<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Entries
Entries()
-
-
Method Details
-
delegate
Description copied from class:ForwardingObject
Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such asForwardingSet.delegate()
. Concrete subclasses override this method to supply the instance being decorated.- Specified by:
delegate
in classForwardingCollection<Map.Entry<K,
V>>
-
remove
- Specified by:
remove
in interfaceCollection<Map.Entry<K,
V>> - Overrides:
remove
in classForwardingCollection<Map.Entry<K,
V>>
-