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 booleanadd(K k)voidclear()booleancontains(java.lang.Object o)java.util.Iterator<K>iterator()booleanremove(java.lang.Object o)intsize()java.lang.Object[]toArray()-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toString
-
-