Class PythonLikeFrozenSet

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

public class PythonLikeFrozenSet extends AbstractPythonLikeObject implements Set<PythonLikeObject>