public class NumericRanges
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
NO_OVERLAPS |
|
static int |
OVERLAPS_1_MINOR |
|
static int |
OVERLAPS_1_WRAPS |
|
static int |
OVERLAPS_2_MINOR |
|
static int |
OVERLAPS_2_WRAPS |
| Constructor | Description |
|---|---|
NumericRanges() |
| Modifier and Type | Method | Description |
|---|---|---|
static long[] |
getOverlappingRange(long[] range1,
long[] range2) |
|
static int |
getOverlappingType(long[] range1,
long[] range2) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.