| Package | Description |
|---|---|
| cz.auderis.tools.collection.iterator |
Collection of special iterators and iterator decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexedIteratorDecorator<T> |
Iterators.indexedIterable(Iterable<? extends T> baseSource)
Indexed iterable.
|
static <T> IndexedIteratorDecorator<T> |
Iterators.indexedIterator(Iterator<? extends T> baseIter)
Indexed iterator.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.