| java.lang.Object | |
| ↳ | com.davidluoye.support.box.Ints |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Ints() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Integer[] | box(int[] array) | ||||||||||
| static int | fromBytes(byte b1, byte b2, byte b3, byte b4) | ||||||||||
| static int | parse(String value, int defValue) | ||||||||||
| static int | parse(String value, int radix, int defValue) | ||||||||||
| static byte[] | toBytes(int value, boolean bigEndian) | ||||||||||
| static String | toHexString(int value) | ||||||||||
| static int[] | unBox(Integer[] array) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||