Package org.jboss.marshalling.reflect
Class UnlockedHashMap.KeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<K>
-
- org.jboss.marshalling.reflect.UnlockedHashMap.KeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- UnlockedHashMap<K,V>
final class UnlockedHashMap.KeySet extends java.util.AbstractSet<K> implements java.util.Set<K>
-
-
Constructor Summary
Constructors Constructor Description KeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(K k)
void
clear()
boolean
contains(java.lang.Object o)
java.util.Iterator<K>
iterator()
boolean
remove(java.lang.Object o)
int
size()
java.lang.Object[]
toArray()
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toString
-
-