public class

Ints

extends Object
java.lang.Object
   ↳ com.davidluoye.support.box.Ints

Summary

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

Public Constructors

public Ints ()

Public Methods

public static Integer[] box (int[] array)

public static int fromBytes (byte b1, byte b2, byte b3, byte b4)

public static int parse (String value, int defValue)

public static int parse (String value, int radix, int defValue)

public static byte[] toBytes (int value, boolean bigEndian)

public static String toHexString (int value)

public static int[] unBox (Integer[] array)