Package serp.util
Class Numbers
- java.lang.Object
-
- serp.util.Numbers
-
public class Numbers extends java.lang.ObjectNumber utilities.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.IntegerINT_NEGONEprivate static java.lang.Integer[]INTEGERSprivate static java.lang.LongLONG_NEGONEprivate static java.lang.Long[]LONGS
-
Constructor Summary
Constructors Constructor Description Numbers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.IntegervalueOf(int n)Return the wrapper for the given number, taking advantage of cached common values.static java.lang.LongvalueOf(long n)Return the wrapper for the given number, taking advantage of cached common values.
-