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, 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
-
multimap
-
size
public int size()- Specified by:
size
in interfaceCollection<K>
- Specified by:
size
in classAbstractCollection<Map.Entry<K,
V>>
-
contains
- Specified by:
contains
in interfaceCollection<K>
- Overrides:
contains
in classAbstractCollection<Map.Entry<K,
V>>
-
remove
- Specified by:
remove
in interfaceCollection<K>
- Overrides:
remove
in classAbstractCollection<Map.Entry<K,
V>>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<K>
- Overrides:
clear
in classAbstractCollection<Map.Entry<K,
V>>
-