List of usage examples for java.lang Number subclass-usage
From source file MutableLong.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file com.anrisoftware.sscontrol.core.debuglogging.DebugLogging.java
/**
* Debug logging level.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 1.0
*/
From source file MutableLong.java
/**
* A mutable <code>long</code> wrapper.
*
* @see Long
* @since 2.1
* @version $Id: MutableLong.java 618693 2008-02-05 16:33:29Z sebb $
From source file MutableInt.java
/**
* A mutable <code>int</code> wrapper.
*
* @see Integer
* @since 2.1
* @version $Id: MutableInt.java 437554 2006-08-28 06:21:41Z bayard $
From source file MutableShort.java
/**
* A mutable <code>short</code> wrapper.
*
* @see Short
* @since 2.1
* @version $Id: MutableShort.java 618693 2008-02-05 16:33:29Z sebb $
From source file MutableByte.java
/**
* A mutable <code>byte</code> wrapper.
*
* @see Byte
* @since 2.1
* @version $Id: MutableByte.java 618693 2008-02-05 16:33:29Z sebb $
From source file MutableDouble.java
/**
* A mutable <code>double</code> wrapper.
*
* @see Double
* @since 2.1
* @version $Id: MutableDouble.java 618693 2008-02-05 16:33:29Z sebb $
From source file org.kuali.rice.core.api.util.type.AbstractKualiDecimal.java
/**
* This class is a wrapper around java.math.BigDecimal. It exposes the only the
* needed functionality of BigDecimal and uses a standard ROUND_BEHAVIOR of
* BigDecimal.ROUND_HALF_UP
*
* Members of this class are, like BigDecimal, immutable; even methods which
From source file MutableFloat.java
/**
* A mutable <code>float</code> wrapper.
*
* @see Float
* @since 2.1
* @version $Id: MutableFloat.java 618693 2008-02-05 16:33:29Z sebb $
From source file org.diorite.nbt.NbtAbstractTagNumber.java
/** * NBT abstract type for numeric values. */ public abstract class NbtAbstractTagNumber extends Number implements NbtTag { private static final long serialVersionUID = 0L; /**