|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
EntrySet()
|
Method Summary | |
---|---|
void |
clear()
|
boolean |
contains(Object o)
|
Enumeration |
elements()
Returns an enumeration of the values in this table. |
boolean |
findAndRemoveEntry(def entry)
Helper method for entrySet.remove |
Iterator |
iterator()
|
Enumeration |
keys()
Returns an enumeration of the keys in this table. |
boolean |
remove(Object o)
|
int |
size()
|
def |
toArray()
|
def |
toArray(def a)
|
Constructor Detail |
---|
EntrySet()
Method Detail |
---|
public void clear()
public boolean contains(Object o)
public Enumeration elements()
boolean findAndRemoveEntry(def entry)
public Iterator iterator()
public Enumeration keys()
public boolean remove(Object o)
public int size()
public def toArray()
public def toArray(def a)