Collections.UnmodifiableIterator

Undocumented in source.
class Collections
static
class UnmodifiableIterator : Iterator {}

Constructors

this
this(Iterator it)
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

it
Iterator it;
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