public class ZSet.ZSetIterator extends Object implements ListIterator<ZValue>
| Constructor and Description |
|---|
ZSetIterator(ListIterator<net.sourceforge.czt.z.ast.Expr> expr_) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ZValue arg0) |
boolean |
hasNext() |
boolean |
hasPrevious() |
ZValue |
next() |
int |
nextIndex() |
ZValue |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(ZValue arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ZSetIterator(ListIterator<net.sourceforge.czt.z.ast.Expr> expr_)
public boolean hasNext()
public ZValue next()
public boolean hasPrevious()
hasPrevious in interface ListIterator<ZValue>public ZValue previous()
previous in interface ListIterator<ZValue>public int nextIndex()
nextIndex in interface ListIterator<ZValue>public int previousIndex()
previousIndex in interface ListIterator<ZValue>public void set(ZValue arg0)
set in interface ListIterator<ZValue>public void add(ZValue arg0)
add in interface ListIterator<ZValue>Copyright © 2003–2016 Community Z Tools Project. All rights reserved.