Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class FormattedInteger  view FormattedInteger download FormattedInteger.java

java.lang.Object
  extended byjava.lang.Number
      extended byjavatools.util.FormattedNumber
          extended byjavatools.util.FormattedInteger
All Implemented Interfaces:
java.io.Serializable

public class FormattedInteger
extends FormattedNumber

It's a java.lang.Integer, except in the fact it returns its "toString" value in a formatted way.

Version:
0.0.1

Field Summary
 
Fields inherited from class javatools.util.FormattedNumber
formatter, num
 
Fields inherited from class java.lang.Number
 
Constructor Summary
FormattedInteger(int value)
          Creates new FormattedInteger
FormattedInteger(java.lang.Integer i)
          Creates a new FormattedInteger.
FormattedInteger(java.lang.String s)
          Creates a new FormattedInteger.
 
Methods inherited from class javatools.util.FormattedNumber
byteValue, doubleValue, equals, floatValue, getFormatter, hashCode, intValue, longValue, setFormatter, shortValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormattedInteger

public FormattedInteger(int value)
Creates new FormattedInteger


FormattedInteger

public FormattedInteger(java.lang.String s)
                 throws java.lang.NumberFormatException
Creates a new FormattedInteger.


FormattedInteger

public FormattedInteger(java.lang.Integer i)
Creates a new FormattedInteger.