| Package | Description |
|---|---|
| cz.auderis.tools.collection.iterator |
Collection of special iterators and iterator decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ParallelIteratorDecorator<K,V> |
Iterators.parallelIterable(Iterable<? extends K> keySource,
Iterable<? extends V> valSource)
Parallel iterable.
|
static <K,V> ParallelIteratorDecorator<K,V> |
Iterators.parallelIterator(Iterator<? extends K> keyIter,
Iterator<? extends V> valIter)
Parallel iterator.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.