|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.larkc.core.query.VariableBindingBase.BindingIterator
public class VariableBindingBase.BindingIterator
This class iterates an asynchronous blocking and returns back the results on demand. It works as a local result cache.
| Constructor Summary | |
|---|---|
VariableBindingBase.BindingIterator()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the current iterator and all subsequent operations will raise exception. |
boolean |
hasNext()
Checks whether the next result could be returned. |
boolean |
isClosed()
Verifies if the current iterator is closed. |
VariableBinding.Binding |
next()
Fetches the next result from the iterator. |
void |
remove()
Removes the current item from the iterated collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableBindingBase.BindingIterator()
| Method Detail |
|---|
public boolean hasNext()
CloseableIterator
hasNext in interface CloseableIterator<VariableBinding.Binding>hasNext in interface java.util.Iterator<VariableBinding.Binding>public VariableBinding.Binding next()
CloseableIterator
next in interface CloseableIterator<VariableBinding.Binding>next in interface java.util.Iterator<VariableBinding.Binding>public void remove()
CloseableIterator
remove in interface CloseableIterator<VariableBinding.Binding>remove in interface java.util.Iterator<VariableBinding.Binding>public void close()
CloseableIterator
close in interface CloseableIterator<VariableBinding.Binding>public boolean isClosed()
CloseableIterator
isClosed in interface CloseableIterator<VariableBinding.Binding>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||