Class AbstractReferenceMap.ReferenceKeySet<K>
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
org.apache.commons.collections4.map.AbstractHashedMap.KeySet<K>
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySet<K>
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>
- Enclosing class:
AbstractReferenceMap<K,V>
KeySet implementation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
clear, contains, iterator, remove, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator
-
Constructor Details
-
ReferenceKeySet
-
-
Method Details
-
toArray
- Specified by:
toArrayin interfaceCollection<K>- Specified by:
toArrayin interfaceSet<K>- Overrides:
toArrayin classAbstractCollection<K>
-
toArray
public <T> T[] toArray(T[] arr) - Specified by:
toArrayin interfaceCollection<K>- Specified by:
toArrayin interfaceSet<K>- Overrides:
toArrayin classAbstractCollection<K>
-