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, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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:
removein interfaceIterator<buffer[]>- Throws:
UnsupportedOperationException
-
next
- Specified by:
nextin interfaceIterator<buffer[]>- Throws:
NoSuchElementException
-
hasNext
public boolean hasNext() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-