Interface SafePools.Pool<T>

All Known Implementing Classes:
LJ_TDI_utils.Pool_BD.LIP, SafePools.AlwaysAllocatingPool, SafePools.ReflectionPool, SafePools.RegularPool
Enclosing class:
SafePools

public static interface SafePools.Pool<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    free(T object)
     
     
     
  • Method Details

    • newObject

      T newObject()
    • obtain

      T obtain()
    • free

      void free(T object)