Package zombie.popman

Interface ObjectPool.Allocator<T>

Enclosing class:
ObjectPool<T>

public static interface ObjectPool.Allocator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • allocate

      T allocate()