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:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- AbstractReferenceMap<K,V>
static class AbstractReferenceMap.ReferenceKeySet<K> extends AbstractHashedMap.KeySet<K>
KeySet implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReferenceKeySet(AbstractHashedMap<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.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.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toString
-
-
-
-
Constructor Detail
-
ReferenceKeySet
protected ReferenceKeySet(AbstractHashedMap<K,?> parent)
-
-