Class DelegatePythonIterator<T>

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.collections.DelegatePythonIterator<T>
All Implemented Interfaces:
PythonLikeObject, PythonIterator<T>, Iterator<T>

public class DelegatePythonIterator<T> extends AbstractPythonLikeObject implements PythonIterator<T>