Documentation of 'org.apache.derby.iapi.util.ReuseFactory' Java class
ReuseFactory
org.apache.derby.iapi.util

Class ReuseFactory



  • public class ReuseFactory
    extends java.lang.Object
    Factory 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.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() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.