Class PooledArrayObject<T>

java.lang.Object
zombie.util.PooledObject
zombie.util.PooledArrayObject<T>
All Implemented Interfaces:
IPooledObject
Direct Known Subclasses:
PooledAnimBoneWeightArray, PooledObjectArrayObject

public class PooledArrayObject<T> extends PooledObject
  • Constructor Details

    • PooledArrayObject

      public PooledArrayObject()
  • Method Details

    • array

      public T[] array()
    • length

      public int length()
    • get

      public T get(int int0)
    • set

      public void set(int int0, T object)
    • initCapacity

      protected void initCapacity(int int0, Function<Integer,T[]> function)
    • isEmpty

      public boolean isEmpty()