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.
- Since:
- 3.1 (extracted from ReferenceMap in 3.0)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface 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>
-