public abstract class NumberConverter extends Object
| Constructor and Description |
|---|
NumberConverter() |
| Modifier and Type | Method and Description |
|---|---|
static long |
parseLong(String number) |
static int |
parsePositive(char[] source,
int start,
int end) |
static int |
serialize(int value,
char[] buf)
Should not be used for Integer.MIN_VALUE
|
static int |
serialize(long value,
char[] buf)
Should not be used for LONG.MIN_VALUE
|
static Integer |
tryParsePositiveInt(String number) |
public static long parseLong(String number)
public static int serialize(int value,
char[] buf)
value - buf - public static int serialize(long value,
char[] buf)
value - buf - public static int parsePositive(char[] source,
int start,
int end)
Copyright © 2015. All rights reserved.