public final class BoxedPrimitiveUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static byte
static char
static double
static float
static int
static long
static short
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BoxedPrimitiveUtil
public BoxedPrimitiveUtil()
-
Method Details
-
-
unbox
public static boolean unbox(Boolean value)
-
unbox
public static byte unbox(Byte value)
-
unbox
public static short unbox(Short value)
-
unbox
public static int unbox(Integer value)
-
unbox
public static long unbox(Long value)
-
unbox
public static float unbox(Float value)
-
unbox
public static double unbox(Double value)