Class ListOrderedMap.EntrySetView<K,V>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- 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>
static class ListOrderedMap.EntrySetView<K,V> extends AbstractSet<Map.Entry<K,V>>
-
-
Constructor Summary
Constructors Constructor Description EntrySetView(ListOrderedMap<K,V> parent, List<K> insertOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontains(Object obj)booleancontainsAll(Collection<?> coll)booleanequals(Object obj)inthashCode()booleanisEmpty()Iterator<Map.Entry<K,V>>iterator()booleanremove(Object obj)intsize()StringtoString()-
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, toArray
-
-
-
-
Constructor Detail
-
EntrySetView
public EntrySetView(ListOrderedMap<K,V> parent, List<K> insertOrder)
-
-
Method Detail
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
contains
public boolean contains(Object obj)
-
containsAll
public boolean containsAll(Collection<?> coll)
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>- Overrides:
containsAllin classAbstractCollection<Map.Entry<K,V>>
-
remove
public boolean remove(Object obj)
-
clear
public void clear()
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
-