| Class | Description | |
|---|---|---|
| ArrayFieldIterator | Converts an array to an iterator but this iterator return the value of a specific field if the array is an array of objects. | |
| ArrayIterator | Converts an Array to an iterator. | |
| BagIterator | Converts an Bag to an iterator. | |
| IterableFormatter | Converts an Iterable object to a custom string representation. | |
| LinkedListIterator | Converts a LinkedList to a specific ListIterator. | |
| MapIterator | Converts a Map to an iterator. | |
| ObjectIterator | Converts an object to an iterator of all enumerable properties of the Object. | |
| PageByPageIterator | An iterator page by page over an array who return an new array of elements. | |
| ProtectedIterator | Protect an iterator. | |
| StringIterator | Converts a string to an iterator. | |
| VectorIterator | Converts a Vector to an iterator. |