Class ListOrderedMap.EntrySetView<K,V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<K,V>>
java.util.AbstractSet<Map.Entry<K,V>>
org.apache.commons.collections4.map.ListOrderedMap.EntrySetView<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
- Enclosing class:
ListOrderedMap<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanbooleancontainsAll(Collection<?> coll) booleaninthashCode()booleanisEmpty()iterator()booleanintsize()toString()Methods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Field Details
-
parent
-
insertOrder
-
entrySet
-
-
Constructor Details
-
EntrySetView
-
-
Method Details
-
getEntrySet
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>- Overrides:
containsAllin classAbstractCollection<Map.Entry<K,V>>
-
remove
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractCollection<Map.Entry<K,V>>
-
iterator
-