Class Calc

java.lang.Object
rife.bld.extension.propertyfile.Calc

public final class Calc extends Object
Implements the calculation functions.
Since:
1.0
Author:
Geert Bevin, Erik C. Thauvin
  • Field Details

  • Method Details

    • add

      public static Integer add(int v)
      Adds 1 to the value.
      Parameters:
      v - the value
      Returns:
      the new value
    • sub

      public static Integer sub(int v)
      Subtracts 1 to the value.
      Parameters:
      v - the value
      Returns:
      the new value