|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hecl.NumberThing
org.hecl.IntegralThing
public abstract class IntegralThing
The IntegralThing class represents integer values - in
practice, ints and longs.
| Constructor Summary | |
|---|---|
IntegralThing()
|
|
| Method Summary | |
|---|---|
boolean |
isFractional()
|
boolean |
isIntegral()
|
boolean |
isLong()
|
| Methods inherited from class org.hecl.NumberThing |
|---|
asNumber, byteValue, create, deepcopy, doubleValue, floatValue, getStringRep, intValue, isFractional, isIntegral, isNumber, isNumber, longValue, shortValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hecl.RealThing |
|---|
thingclass |
| Constructor Detail |
|---|
public IntegralThing()
| Method Detail |
|---|
public boolean isIntegral()
isIntegral in class NumberThingpublic boolean isFractional()
isFractional in class NumberThingpublic boolean isLong()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||