Enumerable
Overview
Enumerable is a interface in Aspose.3D FOSS for Java.
Generic enumerable interface for collection of type T /
This interface provides 1 method for working with Enumerable objects in Java programs.
Available methods include: enumerator.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
enumerator() → Enumerator<T> | Returns an enumerator that iterates through the collection. |