Interface PythonIterator<T>

All Superinterfaces:
Iterator<T>, PythonLikeObject
All Known Implementing Classes:
DelegatePythonIterator, PythonObjectWrapper

public interface PythonIterator<T> extends PythonLikeObject, Iterator<T>