@Deprecated public class IntRange extends Object implements Cloneable, Comparable<IntRange>
Constructor and Description |
---|
IntRange()
Deprecated.
|
IntRange(Integer inStart,
Integer inEnd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IntRange |
clone()
Deprecated.
|
int |
compareTo(IntRange inObj2)
Deprecated.
|
boolean |
contains(int inValue)
Deprecated.
|
boolean |
contains(IntRange inRange2)
Deprecated.
|
boolean |
equals(Object inObj2)
Deprecated.
|
Integer |
getEnd()
Deprecated.
|
Integer |
getStart()
Deprecated.
|
int |
hashCode()
Deprecated.
|
IntRange |
intersection(IntRange inRange2)
Deprecated.
|
boolean |
intersects(IntRange inRange2)
Deprecated.
|
Integer |
length()
Deprecated.
|
IntRange |
setEnd(Integer inValue)
Deprecated.
|
IntRange |
setStart(Integer inValue)
Deprecated.
|
String |
toString()
Deprecated.
|
public IntRange()
public int compareTo(IntRange inObj2)
compareTo
in interface Comparable<IntRange>
public boolean contains(int inValue)
public IntRange intersection(IntRange inRange2)
public boolean intersects(IntRange inRange2)