| Package | Description |
|---|---|
| org.jaitools.numeric |
Classes providing a range of numeric functions including summary statistics,
defining and comparing ranges (intervals), and compiling histogram data.
|
| Modifier and Type | Method and Description |
|---|---|
RangeExtendedComparator.Result |
RangeExtendedComparator.compare(Range<T> r1,
Range<T> r2)
Compares two Range objects and return the
RangeExtendedComparator.Result
that describes the relationship between them from the point of view of the first Range |
static RangeExtendedComparator.Result |
RangeExtendedComparator.Result.get(int[] compFlags)
Get the Result that matches the given array of comparison flags.
|
static RangeExtendedComparator.Result |
RangeExtendedComparator.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeExtendedComparator.Result[] |
RangeExtendedComparator.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RangeExtendedComparator.Result> |
RangeExtendedComparator.Result.match(int op,
int pos)
Partial matching: returns a List of Types that have the given
end-point comparison flag at the specified position
|
List<RangeExtendedComparator.Result> |
RangeExtendedComparator.Result.match(int op,
int pos,
Collection<RangeExtendedComparator.Result> typesToSearch)
Partial matching: returns a List of those Types in the provided Collection
that have the given end-point comparison flag at the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RangeExtendedComparator.isIntersection(RangeExtendedComparator.Result r)
Tests if a Result value describes an intersection between two ranges.
|
| Modifier and Type | Method and Description |
|---|---|
List<RangeExtendedComparator.Result> |
RangeExtendedComparator.Result.match(int op,
int pos,
Collection<RangeExtendedComparator.Result> typesToSearch)
Partial matching: returns a List of those Types in the provided Collection
that have the given end-point comparison flag at the specified position.
|
Copyright © 2009–2020. All rights reserved.