| Modifier and Type | Field and Description |
|---|---|
| private final Iterator |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __iternext__()
Implements abstract org. Return the next element of the sequence that this is an iterator for. |
| proxy | back to summary |
|---|---|
| private final Iterator<Object> proxy | |
| JavaIterator | back to summary |
|---|---|
| public JavaIterator(Iterable<Object> proxy) | |
| JavaIterator | back to summary |
|---|---|
| public JavaIterator(Iterator<Object> proxy) | |
| __iternext__ | back to summary |
|---|---|
| public PyObject __iternext__() Implements abstract org. Doc from org. Return the next element of the sequence that this is an iterator for. Returns null when the end of the sequence is reached. | |