public class NumericRanges
extends java.lang.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) |
public static final int NO_OVERLAPS
public static final int OVERLAPS_1_MINOR
public static final int OVERLAPS_2_MINOR
public static final int OVERLAPS_1_WRAPS
public static final int OVERLAPS_2_WRAPS
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.