Uses of Class
java.lang.Number

Packages that use Number
com.jjt.utbeg   
java.lang   
 

Uses of Number in com.jjt.utbeg
 

Methods in com.jjt.utbeg that return Number
protected  Number UserParameters.getNumber(String key)
          Internal method to return a Number parameter.
 

Uses of Number in java.lang
 

Subclasses of Number in java.lang
 class Byte
          The Byte class is the standard wrapper for byte values.
 class Double
          The Double class wraps a value of the primitive type double in an object.
 class Float
          The Float class wraps a value of primitive type float in an object.
 class Integer
          The Integer class wraps a value of the primitive type int in an object.
 class Long
          The Long class wraps a value of the primitive type long in an object.
 class Short
          The Short class is the standard wrapper for short values.