public final class IntKit extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Integer |
binaryToDecimal(String s) |
static Integer |
octalToDecimal(String s) |
static String |
toBinary(Byte bi) |
static String |
toBinary(Integer i) |
static String |
toBinary(Short si) |
static String |
toHex(Byte bi) |
static String |
toHex(Integer i) |
static String |
toHex(Short si) |
static String |
toOctal(Byte bi) |
static String |
toOctal(Integer i) |
static String |
toOctal(Short si) |
Copyright © 2021. All rights reserved.