PooledObject.allocate

Allocates the object.

@return {@code true} if the original state was {@link PooledObjectState#IDLE IDLE}

  1. bool allocate()
  2. bool allocate(T obj)
    class PooledObject(T)
    bool
    allocate
    (
    T obj
    )

Meta