|
|||||||||||
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.EntrySet
Implements a modifiable set based on the entries in this cache
Nested Class Summary | |
(package private) class |
Cache.EntrySet.EntryIterator
The iterator is not synchronized per Collections convention. |
Field Summary | |
(package private) Map.Entry[] |
entries
|
Constructor Summary | |
(package private) |
Cache.EntrySet()
|
Method Summary | |
void |
clear()
|
boolean |
contains(Object o)
|
Iterator |
iterator()
|
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 |
Field Detail |
final Map.Entry[] entries
Constructor Detail |
Cache.EntrySet()
Method Detail |
public Iterator iterator()
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 |