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, toArrayMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Entries
Entries()
-
-
Method Details
-
delegate
Description copied from class:ForwardingObjectReturns 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:
delegatein classForwardingCollection<Map.Entry<K,V>>
-
remove
- Specified by:
removein interfaceCollection<Map.Entry<K,V>> - Overrides:
removein classForwardingCollection<Map.Entry<K,V>>
-