HashSet.LocalIterator

Undocumented in source.

Constructors

this
this(SetType.Iterator iter)
Undocumented in source.

Members

Functions

hasNext
bool hasNext()
Undocumented in source. Be warned that the author may not have intended to support it.
next
Object next()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

iter
SetType.Iterator iter;
Undocumented in source.
nextElem
Object nextElem;
Undocumented in source.

Inherited Members

From Iterator

hasNext
bool hasNext()
Undocumented in source.
next
Object next()
Undocumented in source.
remove
void remove()
Undocumented in source.

Meta