Package nds2
Class connection_iterator
java.lang.Object
nds2.connection_iterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
connection_iterator
-
-
Method Details
-
closeOnFinish
protected void closeOnFinish() -
finalize
protected void finalize() -
delete
public void delete() -
iterator
-
remove
- Specified by:
remove
in interfaceIterator<buffer[]>
- Throws:
UnsupportedOperationException
-
next
- Specified by:
next
in interfaceIterator<buffer[]>
- Throws:
NoSuchElementException
-
hasNext
public boolean hasNext() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-