Table of Contents

Interface IEnumeration<E>

Namespace
Java.Util
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Enumeration.html

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