Interface PoolFactory<T extends AbstractResource>

Type Parameters:
T - resource type
All Known Implementing Classes:
ExternallyLockedStoredList.StoredListIterator.StoredListIteratorFactory, StoredListIterator.StoredListIteratorFactory

public interface PoolFactory<T extends AbstractResource>
Used to create new resources by the ThreadLocalPool.
Since:
7.0.1
Author:
guy
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      T create()