| 接口 | 说明 |
|---|---|
| ResettableIterator<E> |
| 类 | 说明 |
|---|---|
| ArrayEnumeration<E> | |
| ArrayIterator<E> | |
| CompositeEnumeration<E> | |
| CompositeIterator<E> |
Composite iterator that combines multiple other iterators,
as registered via
CompositeIterator.add(Iterator). |
| EnumerationIterable<E> |
Wrap an Enumeration or an EnumerationIterator to Iterable
|
| EnumerationIterator<E> |
Wrap an Enumeration to an Iterator
|
| IterableEnumeration<E> | |
| IteratorEnumeration<E> | |
| IteratorIterable<E> |
Wrap an Iterator to an Iterable
|
| ReadonlyCollectionIterator<E> | |
| ReverseListIterator<E> | |
| UnmodifiableIterator<E> | |
| WrappedIterable<E> | |
| WrappedIterator<E> |
Copyright © 2020. All rights reserved.