Package org.apache.commons.beanutils
Class WeakFastHashMap.EntrySet
java.lang.Object
WeakFastHashMap<K,V>.org.apache.commons.beanutils.WeakFastHashMap.CollectionView<Map.Entry<K,V>>
org.apache.commons.beanutils.WeakFastHashMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
V>>
- Enclosing class:
WeakFastHashMap<K,
V>
private class WeakFastHashMap.EntrySet
extends WeakFastHashMap<K,V>.CollectionView<Map.Entry<K,V>>
implements Set<Map.Entry<K,V>>
Set implementation over the entries of the FastHashMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
get
- Specified by:
get
in classWeakFastHashMap<K,
V>.CollectionView<Map.Entry<K, V>>
-
iteratorNext
- Specified by:
iteratorNext
in classWeakFastHashMap<K,
V>.CollectionView<Map.Entry<K, V>>
-