|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.engine.util.IntRange
public class IntRange
A range of integers.
| Constructor Summary | |
|---|---|
IntRange(int high,
int low)
Construct an integer range. |
|
| Method Summary | |
|---|---|
int |
getHigh()
|
int |
getLow()
|
void |
setHigh(int high)
Set the high end of the range. |
void |
setLow(int low)
Set the low end of the range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntRange(int high,
int low)
high - The high end of the range.low - The low end of the range.| Method Detail |
|---|
public int getHigh()
public int getLow()
public void setHigh(int high)
high - The high end of the range.public void setLow(int low)
low - The low end of the range.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||