Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
static <A> void |
Iterables.pairwise(PairSink<? super A,? super A> sink,
Iterable<A> things) |
static <A> void |
Iterators.pairwise(PairSink<? super A,? super A> sink,
Iterator<A> it) |
static <A,B> void |
Iterables.parallel(PairSink<? super A,? super B> sink,
Iterable<A> things,
Iterable<B> more) |
static <A,B> void |
Iterators.parallel(PairSink<? super A,? super B> sink,
Iterator<A> it,
Iterator<B> jt) |
see also the complete user documentation .