Class NodeKey.IntArrayPool

  • Enclosing class:
    NodeKey

    static final class NodeKey.IntArrayPool
    extends ObjectPool<int[]>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int myArrayLength  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntArrayPool​(int arrayLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int[] newObject()  
      protected void reset​(int[] object)  
      • Methods inherited from class java.lang.Object

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

      • myArrayLength

        private final int myArrayLength
    • Constructor Detail

      • IntArrayPool

        IntArrayPool​(int arrayLength)
    • Method Detail

      • reset

        protected void reset​(int[] object)
        Specified by:
        reset in class ObjectPool<int[]>