| Constructor and Description |
|---|
StackCartesianProductIterator(Iterable<? extends T>... collections) |
StackCartesianProductIterator(List<? extends Iterable<? extends T>> collections) |
StackCartesianProductIterator(T[]... collections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPush() |
boolean |
hasNext() |
List<T> |
next() |
void |
pop() |
void |
push() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining@SafeVarargs public StackCartesianProductIterator(T[]... collections)
public StackCartesianProductIterator(Iterable<? extends T>... collections)
Copyright © 2018. All rights reserved.