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, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
get
- Specified by:
getin classWeakFastHashMap<K,V>.CollectionView<Map.Entry<K, V>>
-
iteratorNext
- Specified by:
iteratorNextin classWeakFastHashMap<K,V>.CollectionView<Map.Entry<K, V>>
-