org.apache.derby.iapi.util
Class ReuseFactory
- java.lang.Object
-
- org.apache.derby.iapi.util.ReuseFactory
-
public class ReuseFactory extends java.lang.ObjectFactory methods for reusable objects. So far, the objects allocated by this factory are all immutable. Any immutable object can be re-used. All the methods in this class are static.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.BooleangetBoolean(boolean b)static java.lang.BytegetByte(byte i)static java.lang.IntegergetInteger(int i)static java.lang.LonggetLong(long i)static java.lang.ShortgetShort(short i)static byte[]getZeroLenByteArray()
-
-
-
Method Detail
-
getInteger
public static java.lang.Integer getInteger(int i)
-
getShort
public static java.lang.Short getShort(short i)
-
getByte
public static java.lang.Byte getByte(byte i)
-
getLong
public static java.lang.Long getLong(long i)
-
getBoolean
public static java.lang.Boolean getBoolean(boolean b)
-
getZeroLenByteArray
public static byte[] getZeroLenByteArray()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG