Package 

Class Triggers


  • 
    public class Triggers
    
                        

    Contains helper static methods related to TimedTrackingTrigger.

    • Method Detail

      • isValueInBetween

         static boolean isValueInBetween(long value, long min, long max)

        Checks whether a value is in between the min and the max. The min value is inclusive andthe max value is exclusive, in fewer words [min, max).

        Parameters:
        value - the value to check.
        min - the minimum value.
        max - the maximum value.