public class ReuseFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.Integer |
FIFTY_TWO |
private static java.lang.Integer |
MAXINT |
private static java.lang.Integer |
MINUS_ONE |
private static java.lang.Byte[] |
staticBytes |
private static java.lang.Integer[] |
staticInts |
private static java.lang.Long[] |
staticLongs |
private static java.lang.Short[] |
staticShorts |
private static byte[] |
staticZeroLenByteArray |
private static java.lang.Integer |
TWENTY_THREE |
Modifier | Constructor and Description |
---|---|
private |
ReuseFactory()
Private constructor so no instances can be made
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
getBoolean(boolean b) |
static java.lang.Byte |
getByte(byte i) |
static java.lang.Integer |
getInteger(int i) |
static java.lang.Long |
getLong(long i) |
static java.lang.Short |
getShort(short i) |
static byte[] |
getZeroLenByteArray() |
private static final java.lang.Integer[] staticInts
private static final java.lang.Integer FIFTY_TWO
private static final java.lang.Integer TWENTY_THREE
private static final java.lang.Integer MAXINT
private static final java.lang.Integer MINUS_ONE
private static final java.lang.Short[] staticShorts
private static final java.lang.Byte[] staticBytes
private static final java.lang.Long[] staticLongs
private static final byte[] staticZeroLenByteArray
private ReuseFactory()
public static java.lang.Integer getInteger(int i)
public static java.lang.Short getShort(short i)
public static java.lang.Byte getByte(byte i)
public static java.lang.Long getLong(long i)
public static java.lang.Boolean getBoolean(boolean b)
public static byte[] getZeroLenByteArray()
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.