|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.common.util.list.IntersectionUtils
public class IntersectionUtils
Constructor Summary | |
---|---|
IntersectionUtils()
|
Method Summary | |
---|---|
static void |
checkIntersection(java.util.List<java.lang.Object[]> values)
Checks if a list of two doubles (start,end) arrays intersect. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntersectionUtils()
Method Detail |
---|
public static void checkIntersection(java.util.List<java.lang.Object[]> values) throws IntersectionException
values
- a list of the array {startValue, endValue, name}
where startValue and endValue must be Numbers, and name will have toString() called on it
when assigning the exception.
IntersectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |