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
- Since:
- Commons Collections 1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WeakFastHashMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
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>>
-