Class AbstractMultiValuedMap.EntryValues
- java.lang.Object
-
- java.util.AbstractCollection<java.util.Map.Entry<K,V>>
-
- org.apache.commons.collections4.multimap.AbstractMultiValuedMap.EntryValues
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<K,V>>
,java.util.Collection<java.util.Map.Entry<K,V>>
- Enclosing class:
- AbstractMultiValuedMap<K,V>
private class AbstractMultiValuedMap.EntryValues extends java.util.AbstractCollection<java.util.Map.Entry<K,V>>
Inner class that provides the Entryview
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EntryValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<K,V>>
iterator()
int
size()
-
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
-
-