Class Condition.ConditionIntset

  • All Implemented Interfaces:
    Condition
    Enclosing interface:
    Condition

    public static class Condition.ConditionIntset
    extends Condition.ConditionSet
    Represents a condition composed of a set operator and an array of values (int) as (right) operand.
    • Field Detail

      • t

        public int[] t
        The array of values, used as (right) operand.
    • Constructor Detail

      • ConditionIntset

        public ConditionIntset​(Types.TypeConditionOperatorSet operator,
                               int[] t)
        Constructs a condition composed of a set operator and an array of values (int) as (right) operand.
        Parameters:
        operator - a set operator
        t - the array of values, used as (right) operand