Java.Util.IEnumeration Members

The members of Java.Util.IEnumeration are listed below.

Public Properties

[read-only]
HasMoreElementsbool. Returns whether this Enumeration has more elements.

Public Methods

NextElement() : Java.Lang.Object
Returns the next element in this Enumeration.