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 TypeMethodDescriptionvoid
clear()
boolean
boolean
containsAll
(Collection<?> coll) boolean
int
hashCode()
boolean
isEmpty()
iterator()
boolean
int
size()
toString()
Methods inherited from class java.util.AbstractSet
removeAll
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
containsAll
in interfaceCollection<K>
- Specified by:
containsAll
in interfaceSet<K>
- Overrides:
containsAll
in classAbstractCollection<Map.Entry<K,
V>>
-
remove
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractCollection<Map.Entry<K,
V>>
-
iterator
-