protected class PowerSet.PowerSetIterator extends Object implements Iterator<DiscreteSet>
| Constructor and Description |
|---|
PowerSetIterator(Iterator<net.sourceforge.czt.z.ast.Expr> baseIter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DiscreteSet |
next() |
void |
remove()
Not supported by this iterator so throws an
UnsupportedOperationException when called.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PowerSetIterator(Iterator<net.sourceforge.czt.z.ast.Expr> baseIter)
public boolean hasNext()
hasNext in interface Iterator<DiscreteSet>public DiscreteSet next()
next in interface Iterator<DiscreteSet>public void remove()
remove in interface Iterator<DiscreteSet>Copyright © 2003–2016 Community Z Tools Project. All rights reserved.