Class PythonLikeList<T>

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.collections.PythonLikeList<T>
All Implemented Interfaces:
PythonLikeObject, PlanningCloneable<PythonLikeList<T>>, Iterable<T>, Collection<T>, List<T>, RandomAccess

public class PythonLikeList<T> extends AbstractPythonLikeObject implements List<T>, PlanningCloneable<PythonLikeList<T>>, RandomAccess