public final class IntKit extends Object
| Constructor and Description |
|---|
IntKit() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.