|
||||||||||
| 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(java.util.Iterator iter)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
true if another "DataType" object is available |
java.lang.Object |
next()
Returns the next "DataType" object. |
java.lang.Object |
nextData()
Returns the next "DataType" object |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataIteratorAdapter(java.util.Iterator iter)
| Method Detail |
|---|
public boolean hasNext()
DataIterator
hasNext in interface java.util.IteratorhasNext in interface DataIterator
public java.lang.Object nextData()
throws java.io.IOException
DataIterator
nextData in interface DataIteratorjava.io.IOExceptionpublic java.lang.Object next()
DataIterator
next in interface java.util.Iteratornext in interface DataIteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||