|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.BlockIterator
This is a simple abstract class to help convert producers of blocks of data to the standard java Iterator interface.
Features:
Supplier
,
com.waveset.util.DoubleBufferedQueue
Constructor Summary | |
BlockIterator()
Deprecated. |
Method Summary | |
abstract boolean |
fill(java.util.Collection l)
Deprecated. Fill the collection provided. |
boolean |
hasNext()
Deprecated. |
java.lang.Object |
next()
Deprecated. |
void |
remove()
Deprecated. Not supported. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockIterator()
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
public abstract boolean fill(java.util.Collection l)
l
- Collection to add the individual object of the block of data to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |