Interface FactoryPools.Resetter<T>

  • Type Parameters:
    T - The type of Object that will be reset.
    Enclosing class:
    FactoryPools

    public static interface FactoryPools.Resetter<T>
    Resets state when objects are returned to the pool.
    • Method Detail

      • reset

        void reset​(@NonNull
                   T object)