Interface PythonIterator<T>
- All Superinterfaces:
Iterator<T>,PythonLikeObject
- All Known Implementing Classes:
DelegatePythonIterator,PythonObjectWrapper
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, 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
-
Method Details
-
nextPythonItem
PythonLikeObject nextPythonItem() -
getIterator
PythonIterator<T> getIterator()
-