Class ArrayPool

java.lang.Object
zombie.core.physics.ArrayPool

public class ArrayPool
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ArrayPool​(java.lang.Class javaClass)  
  • Method Summary

    Modifier and Type Method Description
    static void cleanCurrentThread()  
    static ArrayPool get​(java.lang.Class javaClass)  
    java.lang.Object getAtLeast​(int int1)  
    java.lang.Object getFixed​(int int1)  
    void release​(java.lang.Object object)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArrayPool

      public ArrayPool​(java.lang.Class javaClass)
  • Method Details

    • getFixed

      public java.lang.Object getFixed​(int int1)
    • getAtLeast

      public java.lang.Object getAtLeast​(int int1)
    • release

      public void release​(java.lang.Object object)
    • get

      public static ArrayPool get​(java.lang.Class javaClass)
    • cleanCurrentThread

      public static void cleanCurrentThread()