KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > Number

java.lang
Class Number

java.lang.Object
  extended by java.lang.Number
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AtomicInteger, AtomicLong, BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, Short
See Also:
Top Examples, Source Code

public byte byteValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract double doubleValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[791]_
By Anonymous on 2004/05/25 16:34:02  Rate
sf.widthUmQuatity = df.parse ( fields.substring ( pos, pos += 7 )  ) .doubleValue (  ) ;

public abstract float floatValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int intValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract long longValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Number()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[587]Creat Number array
By zhangjianhui { at } baosight { dot } com on 2003/12/25 21:53:12  Rate
Number [  ]  x= { 1,2,2,3,4 } ; 
 


public short shortValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags