|
|||||||||||
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.util.Cache.KeySet
Constructor Summary | |
(package private) |
Cache.KeySet()
|
Method Summary | |
void |
clear()
|
boolean |
contains(Object k)
|
Iterator |
iterator()
|
boolean |
remove(Object k)
|
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 |
Cache.KeySet()
Method Detail |
public Iterator iterator()
public int size()
public boolean contains(Object k)
public boolean remove(Object k)
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |