See: Description
| Interface | Description |
|---|---|
| IterationItem<T> |
Describes a generic encapsulation of iterated element that provides
more information about the iteration context.
|
| Class | Description |
|---|---|
| IndexedIteratorDecorator<T> |
Decorator of another iterator that provides numeric index of the current item
within iterated collection.
|
| IntegerIterator |
Simple iterator of arithmetic integer sequence.
|
| InterleavedIteratorDecorator<T> |
Decorator that mixes elements from a decorated iterator with another items.
|
| IterationItems<T> |
The type Iteration items.
|
| Iterators |
The type Iterators.
|
| Iterators.EmptyIterator<T> |
The type Empty iterator.
|
| ParallelIteratorDecorator<I,J> |
The type Parallel iterator decorator.
|
| PushbackIteratorDecorator<T> |
The type Pushback iterator decorator.
|
| SingleItemIterator<T> |
The type Single item iterator.
|
In addition to the interface Iterator, most classes implement
interface Iterable as well, allowing direct use in for-each
constructs.
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.