Hashtable.ObjectEnumeration

Undocumented in source.

Constructors

this
this(Object[] values)
Undocumented in source.

Members

Functions

hasMoreElements
bool hasMoreElements()
Undocumented in source. Be warned that the author may not have intended to support it.
nextElement
Object nextElement()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
int index;
Undocumented in source.
values
Object[] values;
Undocumented in source.

Inherited Members

From Enumeration

hasMoreElements
bool hasMoreElements()
Undocumented in source.
nextElement
Object nextElement()
Undocumented in source.

Meta