Class Aggregate
Defined in: DataStructures.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Interface for managing a generic data structure.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns the iterator relative to the aggregate.
|
Method Detail
{Iterator}
getIterator()
Returns the iterator relative to the aggregate.
- Returns:
- {Iterator} The iterator.