Package com.google.common.collect
Class Multimaps.Entries<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,V>>
- Direct Known Subclasses:
AbstractMultimap.Entries
- Enclosing class:
- Multimaps
A skeleton implementation of
Multimap.entries().-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, iterator, removeAll, retainAll, toArray, toArray, 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
-
multimap
-
size
public int size()- Specified by:
sizein interfaceCollection<K>- Specified by:
sizein classAbstractCollection<Map.Entry<K,V>>
-
contains
- Specified by:
containsin interfaceCollection<K>- Overrides:
containsin classAbstractCollection<Map.Entry<K,V>>
-
remove
- Specified by:
removein interfaceCollection<K>- Overrides:
removein classAbstractCollection<Map.Entry<K,V>>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<K>- Overrides:
clearin classAbstractCollection<Map.Entry<K,V>>
-