Constructor and Description |
---|
IntArrayTupleIterator(int[][] arrayTuple) |
Modifier and Type | Method and Description |
---|---|
void |
foreach(Consumer<int[]> fn)
Iterates over all tuples.
|
static IntArrayTupleIterator |
fromCollections(List<? extends IntCollection> collectionTuple) |
boolean |
hasNext() |
int[] |
next()
Returns the same int[] in each call.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public void foreach(Consumer<int[]> fn)
fn
- public static IntArrayTupleIterator fromCollections(List<? extends IntCollection> collectionTuple)
Copyright © 2017. All rights reserved.