Class PythonLikeDict<K extends PythonLikeObject,V extends PythonLikeObject>

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.collections.PythonLikeDict<K,V>
All Implemented Interfaces:
PythonLikeObject, PlanningCloneable<PythonLikeDict<K,V>>, Iterable<PythonLikeObject>, Map<K,V>

public class PythonLikeDict<K extends PythonLikeObject,V extends PythonLikeObject> extends AbstractPythonLikeObject implements Map<K,V>, PlanningCloneable<PythonLikeDict<K,V>>, Iterable<PythonLikeObject>