public final class Continuator
extends java.lang.Object
implements java.util.Iterator
Zephyr Business Solution
Constructor and Description |
---|
Continuator(Iterable it)
Creates a Continuator object.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the the iterator and releases all resources used in the iteration.
|
boolean |
equals(java.lang.Object obj) |
protected void |
finalize()
Cleans up the background thread.
|
int |
hashCode() |
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove()
Throws UnsupportedOperationException
|
java.lang.String |
toString() |
public Continuator(Iterable it)
it
- the Iterable object.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
protected void finalize()
finalize
in class java.lang.Object
public void close()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object