public class Numbers extends Object
| Constructor and Description |
|---|
Numbers() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
digitCount(long value) |
static boolean |
isDigit(char character) |
static boolean |
isDigit(Character character) |
static boolean |
isLong(String part) |
static boolean |
isPrimitive(Object object) |
static boolean |
isPrimitiveDecimal(Object object) |
static boolean |
isPrimitiveIntegral(Object object) |
static Byte |
toByte(Object value)
Convert the value to a Long.
|
static Byte |
toByte(String string)
Convert the value to a Long.
|
static Integer |
toInt(Object value)
Convert the value to a Long.
|
static Integer |
toInt(String string)
Convert the value to a Long.
|
static Long |
toLong(Object value)
Convert the value to a Long.
|
static Long |
toLong(String string)
Convert the value to a Long.
|
static Short |
toShort(Object value)
Convert the value to a Long.
|
static Short |
toShort(String string)
Convert the value to a Long.
|
static String |
toStringPadded(long value,
int digitCount) |
public static byte digitCount(long value)
public static boolean isDigit(char character)
public static boolean isDigit(Character character)
public static boolean isLong(String part)
public static boolean isPrimitive(Object object)
public static boolean isPrimitiveDecimal(Object object)
public static boolean isPrimitiveIntegral(Object object)
public static Byte toByte(Object value)
public static Byte toByte(String string)
public static Integer toInt(Object value)
public static Integer toInt(String string)
public static Long toLong(Object value)
public static Long toLong(String string)
public static Short toShort(Object value)
public static Short toShort(String string)
public static String toStringPadded(long value, int digitCount)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.