Class ArrayCData.ArrayIter

java.lang.Object
org.python.core.PyObject
org.python.core.PyIterator
org.python.modules.jffi.ArrayCData.ArrayIter
All Implemented Interfaces:
Serializable, Iterable<Object>, Traverseproc
Enclosing class:
ArrayCData

public class ArrayCData.ArrayIter extends PyIterator
See Also:
  • Constructor Details

    • ArrayIter

      public ArrayIter()
  • Method Details

    • __iternext__

      public PyObject __iternext__()
      Description copied from class: PyObject
      Return the next element of the sequence that this is an iterator for. Returns null when the end of the sequence is reached.
      Specified by:
      __iternext__ in class PyIterator