public class NumberUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Integer |
parseInteger(String value) |
static Number |
parseNumber(String value) |
static String |
printInteger(Integer value) |
static String |
printNumber(Number value) |
Copyright © 2022. All rights reserved.