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>
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanbooleancontainsAll(Collection<?> coll) booleaninthashCode()booleanisEmpty()iterator()booleanintsize()toString()Methods inherited from class AbstractSet
removeAllMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Field Details
-
parent
-
insertOrder
-
entrySet
-
-
Constructor Details
-
EntrySetView
-
-
Method Details
-
getEntrySet
-
size
-
isEmpty
-
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>- Overrides:
containsAllin classAbstractCollection<Map.Entry<K,V>>
-
remove
-
clear
-
equals
-
hashCode
-
toString
-
iterator
-