public class Numbers extends Object
| Constructor and Description |
|---|
Numbers() |
| Modifier and Type | Method and Description |
|---|---|
static int |
minMax(int min,
int mid,
int max) |
static double |
parseDouble(String s) |
static double |
parseDouble(String s,
double d) |
static float |
parseFloat(String s) |
static float |
parseFloat(String s,
float f) |
static int |
parseInt(String s) |
static int |
parseInt(String s,
int i) |
static int |
parseInt(String s,
int min,
int max) |
static int |
parseInt(String s,
int i,
int min,
int max) |
static long |
parseLong(String s) |
static long |
parseLong(String s,
long l) |
static String |
toCurrency(int n) |
public static int minMax(int min,
int mid,
int max)
public static int parseInt(String s)
public static int parseInt(String s, int i)
public static int parseInt(String s, int min, int max)
public static int parseInt(String s, int i, int min, int max)
public static long parseLong(String s)
public static long parseLong(String s, long l)
public static float parseFloat(String s)
public static float parseFloat(String s, float f)
public static double parseDouble(String s)
public static double parseDouble(String s, double d)
public static String toCurrency(int n)
Copyright © 2016. All rights reserved.