com.jeffpalm.util
Class RestrictedNumber

java.lang.Object
  extended by java.lang.Number
      extended by com.jeffpalm.util.MutableNumber
          extended by com.jeffpalm.util.RestrictedNumber
All Implemented Interfaces:
java.io.Serializable

public abstract class RestrictedNumber
extends MutableNumber

See Also:
Serialized Form

Nested Class Summary
static class RestrictedNumber.Double
           
static class RestrictedNumber.Float
           
static class RestrictedNumber.Integer
           
static class RestrictedNumber.Long
           
static class RestrictedNumber.Short
           
 
Nested classes/interfaces inherited from class com.jeffpalm.util.MutableNumber
MutableNumber.Byte
 
Constructor Summary
RestrictedNumber()
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.util.MutableNumber
add, add, add, add, add, add, add, dec, div, div, div, div, div, div, div, immutableNumber, inc, mod, mod, mod, mul, mul, mul, mul, mul, mul, mul, sub, sub, sub, sub, sub, sub, sub, toString
 
Methods inherited from class java.lang.Number
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestrictedNumber

public RestrictedNumber()