Package org.apache.commons.beanutils
Class WeakFastHashMap.KeySet
java.lang.Object
WeakFastHashMap<K,V>.org.apache.commons.beanutils.WeakFastHashMap.CollectionView<K>
org.apache.commons.beanutils.WeakFastHashMap.KeySet
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
- Enclosing class:
WeakFastHashMap<K,
V>
private class WeakFastHashMap.KeySet
extends WeakFastHashMap<K,V>.CollectionView<K>
implements Set<K>
Set implementation over the keys 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
-
KeySet
private KeySet()
-
-
Method Details
-
get
- Specified by:
get
in classWeakFastHashMap<K,
V>.CollectionView<K>
-
iteratorNext
- Specified by:
iteratorNext
in classWeakFastHashMap<K,
V>.CollectionView<K>
-