| Modifier and Type | Field and Description |
|---|---|
| public static final String | |
| private PyObject | |
| private PyIterator | |
| private static PyObject | |
| private PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| 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. |
| public PyObject | |
| public PyString | __repr__()
Overrides org. Equivalent to the standard Python |
| public PyObject | |
| pack-priv final void | |
| private void | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| private static PyObject | |
| private static synchronized PyObject | |
| public PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Overrides org. Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Overrides org. Implements org. Traverses all directly contained |
| count_doc | back to summary |
|---|---|
| public static final String count_doc | |
| counter | back to summary |
|---|---|
| private PyObject counter | |
| iter | back to summary |
|---|---|
| private PyIterator iter | |
| NumberClass | back to summary |
|---|---|
| private static PyObject NumberClass | |
| stepper | back to summary |
|---|---|
| private PyObject stepper | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| count | back to summary |
|---|---|
| public count(PyType subType) | |
| count | back to summary |
|---|---|
| public count() Creates an iterator that returns consecutive numbers starting at 0. | |
| count | back to summary |
|---|---|
| public count(final PyObject start) Creates an iterator that returns consecutive numbers starting at | |
| count | back to summary |
|---|---|
| public count(final PyObject start, final PyObject step) Creates an iterator that returns consecutive numbers starting at | |
| __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. | |
| __reduce_ex__ | back to summary |
|---|---|
| public PyObject __reduce_ex__(PyObject protocol) | |
| __repr__ | back to summary |
|---|---|
| public PyString __repr__() Overrides org. Doc from org. Equivalent to the standard Python
| |
| count___copy__ | back to summary |
|---|---|
public PyObject count___copy__()
| |
| count___init__ | back to summary |
|---|---|
pack-priv final void count___init__(final PyObject[] args, String[] kwds)
| |
| count___init__ | back to summary |
|---|---|
| private void count___init__(final PyObject start, final PyObject step) | |
| count___reduce__ | back to summary |
|---|---|
pack-priv final PyObject count___reduce__()
| |
| count___reduce_ex__ | back to summary |
|---|---|
pack-priv final PyObject count___reduce_ex__(PyObject protocol)
| |
| getNumber | back to summary |
|---|---|
| private static PyObject getNumber(PyObject obj) | |
| getNumberClass | back to summary |
|---|---|
| private static synchronized PyObject getNumberClass() | |
| next | back to summary |
|---|---|
| public PyObject next() Overrides org. Doc from org. The exposed next method. Note that exposed derivable subclasses of PyIterator should override next to call doNext(custom___iternext__), as __iternext__ is overridden by the Derived classes.
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Overrides org. Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Overrides org. Implements org. Doc from org. Traverses all directly contained
| |