| Interface | Description |
|---|---|
| ResettableIterator<E> |
Defines an iterator that can be reset back to an initial state.
|
| Class | Description |
|---|---|
| ArrayIterator<E> |
Implements an
Iterator over any array. |
| EnumerationIterator<E> |
Adapter to make
Enumeration instances appear
to be Iterator instances. |
| IteratorEnumeration<E> |
Adapter to make an
Iterator instance appear to be an
Enumeration instance. |
Copyright © 2019. All rights reserved.