Class IntegerRange
- Last UpdatedJun 10, 2025
- 1 minute read
Package com.here.sdk.core
- java.lang.Object
-
- com.here.sdk.core.IntegerRange
-
public final class IntegerRange extends java.lang.Object
An integer range [min, max] with inclusive minimum and maximum value.
-
-
Constructor Summary
Constructors Constructor Description IntegerRange(int min)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-