|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ontoware.rdf2go.model.impl.PseudoClosableIterator<T>
public class PseudoClosableIterator<T>
| Constructor Summary | |
|---|---|
PseudoClosableIterator(java.util.Iterator<T> it)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PseudoClosableIterator(java.util.Iterator<T> it)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>hasNext in interface ClosableIterator<T>public T next()
next in interface java.util.Iterator<T>next in interface ClosableIterator<T>public void remove()
remove in interface java.util.Iterator<T>remove in interface ClosableIterator<T>public void close()
close in interface ClosableIterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||