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) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.