Package org.carrot2.util.pools

Interface Summary
ReusableObjectsFactory  
ReusableObjectsPool  
 

Class Summary
DummyReusableObjectsPool A limitless objects pool that allocates new objects as needed and is ready to reuse them when reuse() method is called.
HardReusableObjectsPool A limitless objects pool that allocates new objects as needed and is ready to reuse them when reuse() method is called.
SoftReusableObjectsPool A limitless objects pool that allocates new objects as needed and is ready to reuse them when reuse() method is called.
 



Copyright (c) Dawid Weiss, Stanislaw Osinski