IntegerRange (API Reference)
Package com.here.sdk.core
Class IntegerRange
java.lang.Object
com.here.sdk.core.IntegerRange
An integer range [min, max] with inclusive minimum and maximum value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
public int minMinimum of the range.
-
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