Class AbstractReferenceMap.ReferenceKeySet<K>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- 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>
static class AbstractReferenceMap.ReferenceKeySet<K> extends AbstractHashedMap.KeySet<K>
KeySet implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReferenceKeySet(AbstractHashedMap<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]toArray()<T> T[]toArray(T[] arr)-
Methods inherited from class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
clear, contains, iterator, remove, size
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator
-
-
-
-
Constructor Detail
-
ReferenceKeySet
protected ReferenceKeySet(AbstractHashedMap<K,?> parent)
-
-
Method Detail
-
toArray
public Object[] 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>
-
-