public class HTMrangeIterator extends Object implements Iterator
Current Version =============== ID: $Id: HTMrangeIterator.java,v 1.3 2003/02/19 16:49:46 womullan Exp $ Revision: $Revision: 1.3 $ Date/time: $Date: 2003/02/19 16:49:46 $
| Modifier and Type | Field and Description |
|---|---|
protected long[] |
currange |
protected Object |
next |
protected long |
nextval |
protected HTMrange |
range |
protected boolean |
symbolic |
| Constructor and Description |
|---|
HTMrangeIterator(HTMrange range,
boolean symbolic) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getNext() |
boolean |
hasNext() |
Object |
next() |
Long |
nextAsLong() |
String |
nextAsString() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected HTMrange range
protected boolean symbolic
protected Object next
protected long[] currange
protected long nextval
public HTMrangeIterator(HTMrange range, boolean symbolic) throws HTMException
HTMExceptionprotected void getNext()
throws HTMException
HTMExceptionpublic String nextAsString()
public Long nextAsLong()