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
| Name | Type | Access | Description |
|---|---|---|---|
current | T | Read | Gets the current element in the collection. |
Methods
| Signature | Description |
|---|---|
moveNext() → boolean | Advances the enumerator to the next element of the collection. |
getCurrent() → T | Gets the current element in the collection. |