Documentation of 'org.python.core.JavaIterator' Java class
JavaIterator
org.python.core

Class JavaIterator

    • Constructor Detail

      • JavaIterator

        public JavaIterator(java.lang.Iterable<java.lang.Object> proxy)
      • JavaIterator

        public JavaIterator(java.util.Iterator<java.lang.Object> proxy)
    • Method Detail

      • __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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.