Class PythonLikeSet<T extends PythonLikeObject>

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

public class PythonLikeSet<T extends PythonLikeObject> extends AbstractPythonLikeObject implements Set<T>, PlanningCloneable<PythonLikeSet<T>>