| Modifier and Type | Field and Description |
|---|---|
| private boolean | |
| private final PyObject | |
| private PyObject |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | |
| public boolean | |
| public abstract E | next()
Redeclares java. Subclasses must implement this to turn the type returned by the iter to the type expected by Java. |
| public void | remove()
Overrides default java. Removes from the underlying collection the last element returned by this iterator (optional operation). |
| checkedForNext | back to summary |
|---|---|
| private boolean checkedForNext | |
| iter | back to summary |
|---|---|
| private final PyObject iter | |
| next | back to summary |
|---|---|
| private PyObject next | |
| WrappedIterIterator | back to summary |
|---|---|
| public WrappedIterIterator(PyObject iter) | |
| getNext | back to summary |
|---|---|
| public PyObject getNext() | |
| hasNext | back to summary |
|---|---|
| public boolean hasNext() Implements java. Doc from java. Returns
| |
| next | back to summary |
|---|---|
| public abstract E next() Redeclares java. Subclasses must implement this to turn the type returned by the iter to the type expected by Java.
| |
| remove | back to summary |
|---|---|
| public void remove() Overrides default java. Doc from java. Removes from the underlying collection the last element returned
by this iterator (optional operation). This method can be called
only once per call to The behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method, unless an overriding class has specified a concurrent modification policy.
The behavior of an iterator is unspecified if this method is called
after a call to the | |