public static final class IntCombinatorialPort.Iterator extends Object
| Constructor and Description |
|---|
Iterator(IntCombinatorialPort port) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
current()
Returns the reference on the current iteration element.
|
boolean |
hasNext() |
int[] |
next() |
void |
reset()
Resets the iteration
|
List<int[]> |
toList()
Write all elements of this iterable to list
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, streamforEachRemaining, removeforEach, spliteratorpublic Iterator(IntCombinatorialPort port)
public void reset()
CombinatorialIteratorpublic int[] current()
CombinatorialIteratorpublic boolean hasNext()
public int[] next()
public final List<int[]> toList()
CombinatorialIteratortoList in interface CombinatorialIterator<int[]>Copyright © 2017. All rights reserved.