public static class LengthComplexityRule.Interval extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
includes(int i)
Returns whether this interval includes the supplied integer.
|
boolean |
intersects(LengthComplexityRule.Interval i)
Returns whether this interval intersects the supplied interval.
|
String |
toString() |
public boolean includes(int i)
i
- to test for inclusionpublic boolean intersects(LengthComplexityRule.Interval i)
i
- interval to test for intersectionCopyright © 2003-2024 Virginia Tech. All Rights Reserved.