|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.webmancer.util.integerset.Interval
public class Interval
Nested Class Summary | |
---|---|
static class |
Interval.RelativePosition
|
Constructor Summary | |
---|---|
Interval(int from,
int to)
|
Method Summary | |
---|---|
boolean |
contains(int integer)
|
int |
getFrom()
|
Interval.RelativePosition |
getRelativePositionTo(Interval interval)
|
int |
getTo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interval(int from, int to)
Method Detail |
---|
public int getFrom()
public int getTo()
public boolean contains(int integer)
integer
-
public Interval.RelativePosition getRelativePositionTo(Interval interval)
interval
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |