|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RangeExtendedComparator.Result | |
|---|---|
| org.jaitools.numeric | Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. |
| Uses of RangeExtendedComparator.Result in org.jaitools.numeric |
|---|
| Methods in org.jaitools.numeric that return RangeExtendedComparator.Result | |
|---|---|
RangeExtendedComparator.Result |
RangeExtendedComparator.compare(Range<T> r1,
Range<T> r2)
Compares two Range objects and return the RangeComparator.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. |
| Methods in org.jaitools.numeric that return types with arguments of type RangeExtendedComparator.Result | |
|---|---|
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. |
| Methods in org.jaitools.numeric with parameters of type RangeExtendedComparator.Result | |
|---|---|
static boolean |
RangeExtendedComparator.isIntersection(RangeExtendedComparator.Result r)
Tests if a Result value describes an intersection between two ranges. |
| Method parameters in org.jaitools.numeric with type arguments of type RangeExtendedComparator.Result | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||