Package org.carrot2.util.pool

A very simple unbounded pool implementation.

See:
          Description

Interface Summary
IActivationListener<T,P> Pooled object activation listener.
IDisposalListener<T,P> Pooled object disposal listener.
IInstantiationListener<T,P> Pooled object instantiation listener.
IParameterizedPool<T,P> A parameterized pool of objects.
IPassivationListener<T,P> Pooled object passivation listener.
 

Class Summary
FixedSizePool<T,P> An object pool storing hard references to a fixed number of instantiated objects at the given key.
SoftUnboundedPool<T,P> An extremely simple, unbounded object pool.
 

Package org.carrot2.util.pool Description

A very simple unbounded pool implementation.



Copyright (c) Dawid Weiss, Stanislaw Osinski