|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
wt.cache.DirtyMap.KeySet
Constructor Summary | |
(package private) |
DirtyMap.KeySet()
|
Method Summary | |
void |
clear()
|
boolean |
contains(Object o)
|
Iterator |
iterator()
Does not throw ConcurrentModificationException s |
boolean |
remove(Object o)
|
int |
size()
|
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray |
Constructor Detail |
DirtyMap.KeySet()
Method Detail |
public Iterator iterator()
ConcurrentModificationException
s
public boolean contains(Object o)
public boolean remove(Object o)
public int size()
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |