Package org.apache.poi.xssf.util
Class NumericRanges
java.lang.Object
org.apache.poi.xssf.util.NumericRanges
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]
getOverlappingRange
(long[] range1, long[] range2) static int
getOverlappingType
(long[] range1, long[] range2)
-
Field Details
-
NO_OVERLAPS
public static final int NO_OVERLAPS- See Also:
-
OVERLAPS_1_MINOR
public static final int OVERLAPS_1_MINOR- See Also:
-
OVERLAPS_2_MINOR
public static final int OVERLAPS_2_MINOR- See Also:
-
OVERLAPS_1_WRAPS
public static final int OVERLAPS_1_WRAPS- See Also:
-
OVERLAPS_2_WRAPS
public static final int OVERLAPS_2_WRAPS- See Also:
-
-
Constructor Details
-
NumericRanges
public NumericRanges()
-
-
Method Details
-
getOverlappingRange
public static long[] getOverlappingRange(long[] range1, long[] range2) -
getOverlappingType
public static int getOverlappingType(long[] range1, long[] range2)
-