Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
connection_iterator(connection Container) |
protected |
connection_iterator(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(connection_iterator obj) |
boolean |
hasNext() |
java.util.Iterator<buffer[]> |
iterator() |
buffer[] |
next() |
void |
remove() |
protected connection_iterator(long cPtr, boolean cMemoryOwn)
public connection_iterator(connection Container)
protected static long getCPtr(connection_iterator obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public java.util.Iterator<buffer[]> iterator()
iterator
in interface java.lang.Iterable<buffer[]>
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<buffer[]>
java.lang.UnsupportedOperationException
public buffer[] next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<buffer[]>
java.util.NoSuchElementException
public boolean hasNext()
hasNext
in interface java.util.Iterator<buffer[]>