JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Properties | List of all members
Codemesh.JuggerNET.ProxyEnumerator Class Reference

An implementation of an IEnumerator that works with a Java Iterator or a
Java Enumeration as a backend. More...

Inheritance diagram for Codemesh.JuggerNET.ProxyEnumerator:
Inheritance graph
[legend]
Collaboration diagram for Codemesh.JuggerNET.ProxyEnumerator:
Collaboration graph
[legend]

Public Member Functions

 ProxyEnumerator (JavaProxy jColl, JavaMethod jEnumFactory)
 
void Reset ()
 
bool MoveNext ()
 

Properties

object Current [get]
 

Detailed Description

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>


The documentation for this class was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.