JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
An implementation of an IEnumerator
that works with a Java Iterator
or a
Java Enumeration
as a backend.
More...
Public Member Functions | |
ProxyEnumerator (JavaProxy jColl, JavaMethod jEnumFactory) | |
void | Reset () |
bool | MoveNext () |
Properties | |
object | Current [get] |
An implementation of an IEnumerator
that works with a Java Iterator
or a
Java Enumeration
as a backend.
This type is not intended to be used explicitly. Rather it is returned by the GetEnumerator
method of an IEnumerable
type to allow foreach and other collection support to work with certain Java collection types.
<exclude>