Uses of Package
de.aristaflow.adept2.util.objectpool
Packages that use de.aristaflow.adept2.util.objectpool
Package
Description
-
Classes in de.aristaflow.adept2.util.objectpool used by de.aristaflow.adept2.util.objectpoolClassDescriptionThis is the basic interface for an object pool, a facility to support easy reuse of objects and resources; especially those that are expensive to create and/or have limited availability.
-
Classes in de.aristaflow.adept2.util.objectpool used by de.aristaflow.adept2.util.objectpool.genericClassDescriptionThis interface defines and allows to control the life cycle of a pooled object.This is the basic interface for an object pool, a facility to support easy reuse of objects and resources; especially those that are expensive to create and/or have limited availability.This interface is a companion to
ObjectLifeCycle, defining and allowing to control the life cycle of an object wrapper.