public final class Iterables extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> de.jungblut.math.tuple.Tuple<K,V> |
consumeNext(Iterator<K> it,
Iterator<V> it2)
Consumes the next entries from a parallel interator.
|
static <T> Iterable<T> |
from(Iterator<T> iterator) |
public static <T> Iterable<T> from(Iterator<T> iterator)
public static <K,V> de.jungblut.math.tuple.Tuple<K,V> consumeNext(Iterator<K> it, Iterator<V> it2)
it - the left iterator.it2 - the right iterator.Copyright © 2016. All rights reserved.