Class AbstractHashedMap.KeySet<K>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<K>
-
- org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet<K>
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- AbstractHashedMap<K,V>
protected static class AbstractHashedMap.KeySet<K> extends java.util.AbstractSet<K>
KeySet implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeySet(AbstractHashedMap<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
contains(java.lang.Object key)
java.util.Iterator<K>
iterator()
boolean
remove(java.lang.Object key)
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
KeySet
protected KeySet(AbstractHashedMap<K,?> parent)
-
-