Class ManualTriggerAction.HighLow

  • Enclosing class:
    ManualTriggerAction

    public static class ManualTriggerAction.HighLow
    extends Object
    A tuple of a high and a low number.
    • Constructor Detail

      • HighLow

        public HighLow​(int high,
                       int low)
        Standard constructor.
        Parameters:
        high - the highest number.
        low - the lowest number.
    • Method Detail

      • getHigh

        public int getHigh()
        Get the High number.
        Returns:
        the high number.
      • getLow

        public int getLow()
        Get the Low number.
        Returns:
        the low number.