Class FloatArray


  • public class FloatArray
    extends java.lang.Object
    Not thread safe float[] pooling.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.HashMap<java.lang.Integer,​float[]> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] get​(int argLength)  
      protected float[] getInitializedArray​(int argLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private final java.util.HashMap<java.lang.Integer,​float[]> map
    • Constructor Detail

      • FloatArray

        public FloatArray()
    • Method Detail

      • get

        public float[] get​(int argLength)
      • getInitializedArray

        protected float[] getInitializedArray​(int argLength)