Class ParticularIntegerValue


  • public final class ParticularIntegerValue
    extends SpecificIntegerValue
    This IntegerValue represents a particular integer value.

    This class handles interactions with: - ParticularIntegerValue

    It reverses and delegates interactions with: - RangeIntegerValue - IntegerValue (in general)

    It notably doesn't handle interactions with: - UnknownInteger - RangeIntegerValue - SpecificInteger (in general)