Package adalid.commons.util
Class IntUtils
- java.lang.Object
-
- adalid.commons.util.IntUtils
-
public class IntUtils extends Object
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description IntUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetNewId()static intvalueOf(Boolean b)static intvalueOf(Integer i)static intvalueOf(Integer i, int j)static intvalueOf(Long l)static intvalueOf(Long l, int j)static IntegervalueOf(Object o)static IntegervalueOf(String string, Integer defaultValue)
-
-
-
Field Detail
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
-