Class IntMap<E>

java.lang.Object
zombie.util.PooledObject
zombie.util.list.IntMap<E>
All Implemented Interfaces:
IPooledObject

public class IntMap<E> extends PooledObject
  • Constructor Details

    • IntMap

      public IntMap()
  • Method Details

    • alloc

      public static <ET> IntMap<ET> alloc()
    • onReleased

      public void onReleased()
    • isEmpty

      public boolean isEmpty()
    • get

      public E get(int int1)
    • set

      public E set(int int1, E object1)