|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.blogspot.applications4android.comicreader.core.Bound
public class Bound
Defines a bound containing long-int's
Field Summary | |
---|---|
long |
max
upper bound |
long |
min
lower bound |
Constructor Summary | |
---|---|
Bound()
Default constructor |
|
Bound(long _min,
long _max)
Handy constructor |
Method Summary | |
---|---|
boolean |
isUnderLimit(long val)
Checks for conformance to the bound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long min
public long max
Constructor Detail |
---|
public Bound()
public Bound(long _min, long _max)
_min
- min value_max
- max valueMethod Detail |
---|
public boolean isUnderLimit(long val)
val
- value to be checked against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |