Uses of Class
jaitools.numeric.RangeComparator.Result

Packages that use RangeComparator.Result
jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Uses of RangeComparator.Result in jaitools.numeric
 

Methods in jaitools.numeric that return RangeComparator.Result
 RangeComparator.Result RangeComparator.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 RangeComparator.Result RangeComparator.Result.get(int[] compFlags)
          Get the Result that matches the given array of comparison flags.
static RangeComparator.Result RangeComparator.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeComparator.Result[] RangeComparator.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaitools.numeric that return types with arguments of type RangeComparator.Result
 List<RangeComparator.Result> RangeComparator.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<RangeComparator.Result> RangeComparator.Result.match(int op, int pos, Collection<RangeComparator.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 jaitools.numeric with parameters of type RangeComparator.Result
static boolean RangeComparator.isIntersection(RangeComparator.Result r)
          Tests if a Result value describes an intersection between two ranges.
 

Method parameters in jaitools.numeric with type arguments of type RangeComparator.Result
 List<RangeComparator.Result> RangeComparator.Result.match(int op, int pos, Collection<RangeComparator.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-2011. All Rights Reserved.