public class NumericRanges extends Object
Modifier and Type | Field and 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 and Description |
---|
NumericRanges() |
Modifier and Type | Method and Description |
---|---|
static long[] |
getOverlappingRange(long[] range1,
long[] range2) |
static int |
getOverlappingType(long[] range1,
long[] range2) |
Copyright © 2020. All rights reserved.