Table of Contents

Interface IEnumeration<E>

Namespace
Java.Util
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IEnumeration<E>

Type Parameters

E

Methods

AsIterator()

Iterator<E> AsIterator()

Returns

Iterator<E>

Iterator

HasMoreElements()

bool HasMoreElements()

Returns

bool

bool

NextElement()

E NextElement()

Returns

E

E