Class IntegerRange

java.lang.Object
com.here.sdk.core.IntegerRange

public final class IntegerRange extends Object

An integer range [min, max] with inclusive minimum and maximum value.

  • Field Details

    • min

      public int min

      Minimum of the range.

    • max

      @Nullable public Integer max

      Maximum of the range. If not set, maximum is unbounded.

  • Constructor Details

    • IntegerRange

      public IntegerRange(int min)

      Creates a new instance.

      Parameters:
      min -

      Minimum of the range.

  • Method Details