Class AbstractMultiValuedMap.EntryValues
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.EntryValues
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
V>>
- Enclosing class:
AbstractMultiValuedMap<K,
V>
Inner class that provides the Entryinvalid input: '<'K, V> view
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, 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
-
Constructor Details
-
EntryValues
private EntryValues()
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
size
in interfaceCollection<Map.Entry<K,
V>> - Specified by:
size
in classAbstractCollection<Map.Entry<K,
V>>
-