| 接口 | 说明 |
|---|---|
| CloseableIterable<T> |
A
CloseableIterable is an Iterable which must provide an implementation
of the Closeable.close() method. |
| CloseableIterator<T> |
A
CloseableIterator is an Iterator which must provide an implementation
of the Closeable.close() method. |
| ResettableIterator<E> |
| 类 | 说明 |
|---|---|
| ArrayEnumeration<E> | |
| ArrayIterator<E> | |
| CompositeEnumeration<E> | |
| CompositeIterator<E> |
Composite iterator that combines multiple other iterators,
as registered via
CompositeIterator.add(Iterator). |
| EmptyCloseableIterator<T> |
An
EmptyCloseableIterator is an Iterator which contains
no objects. |
| EmptyIterator<E> | |
| EnumerationIterable<E> |
Wrap an Enumeration or an EnumerationIterator to Iterable
|
| EnumerationIterator<E> |
Wrap an Enumeration to an Iterator
|
| IterableEnumeration<E> | |
| Iterables | |
| IteratorEnumeration<E> | |
| IteratorIterable<E> |
Wrap an Iterator to an Iterable
|
| NullIterator<E> | |
| ReadonlyCollectionIterator<E> | |
| ReverseListIterator<E> | |
| UnmodifiableIterator<E> | |
| UnmodifiableListIterator<E> | |
| WrappedIterable<E> | |
| WrappedIterator<E> | |
| WrappedListIterator<E> |
Copyright © 2022. All rights reserved.