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>
-
Field Summary
Fields inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
OBJECT_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
$deleteAttribute, $getAttributeOrNull, $getType, $setAttribute, getExtraAttributeMap, setAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, removeMethods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$deleteAttribute, $getAttributeOrError, $getAttributeOrNull, $getGenericType, $getType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__, $setAttribute
-
Constructor Details
-
DelegatePythonIterator
-
DelegatePythonIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
nextPythonItem
- Specified by:
nextPythonItemin interfacePythonIterator<T>
-
getIterator
- Specified by:
getIteratorin interfacePythonIterator<T>
-