Interface ObjectPool<T>

    • Method Detail

      • getObject

        T getObject()
        Get an object from the pool.
      • returnObject

        T returnObject​(java.lang.Object object)
        Return the object to the pool. The caller should not use the object beyond this point.
        Returns:
        always null