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.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorprotected void finalize()
finalize in class java.lang.Objectpublic void close()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object