Class PythonInteger

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.numeric.PythonInteger
All Implemented Interfaces:
PythonLikeObject, Coercible, PythonNumber, PythonLikeComparable<PythonNumber>, PlanningImmutable, Comparable<PythonNumber>
Direct Known Subclasses:
PythonBoolean

public class PythonInteger extends AbstractPythonLikeObject implements PythonNumber, PlanningImmutable, Coercible