|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.DataIteratorAdapter
public class DataIteratorAdapter
make an Iterator into a DataIterator
Constructor Summary | |
---|---|
DataIteratorAdapter(Iterator iter)
|
Method Summary | |
---|---|
boolean |
hasNext()
true if another "DataType" object is available |
Object |
next()
Returns the next "DataType" object. |
Object |
nextData()
Returns the next "DataType" object |
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataIteratorAdapter(Iterator iter)
Method Detail |
---|
public boolean hasNext()
DataIterator
hasNext
in interface Iterator
hasNext
in interface DataIterator
public Object nextData() throws IOException
DataIterator
nextData
in interface DataIterator
IOException
public Object next()
DataIterator
next
in interface Iterator
next
in interface DataIterator
public void remove()
remove
in interface Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |