Enumerator

Overview

Enumerator is a interface in Aspose.3D FOSS for Java.

Generic enumerator for collection of type T /

This interface provides 2 methods for working with Enumerator objects in Java programs. Available methods include: getCurrent, moveNext. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: current.

Properties

NameTypeAccessDescription
currentTReadGets the current element in the collection.

Methods

SignatureDescription
moveNext()booleanAdvances the enumerator to the next element of the collection.
getCurrent()TGets the current element in the collection.

See Also

 English