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
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
EntryValues
private EntryValues()
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<Map.Entry<K,V>> - Specified by:
sizein classAbstractCollection<Map.Entry<K,V>>
-