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, 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, toArray
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
get
- Specified by:
getin classWeakFastHashMap<K,V>.CollectionView<K>
-
iteratorNext
- Specified by:
iteratorNextin classWeakFastHashMap<K,V>.CollectionView<K>
-