Uses of Interface
ch.bind.philib.pool.manager.ObjectManager
-
Packages that use ObjectManager Package Description ch.bind.philib.pool.manager ch.bind.philib.pool.object -
-
Uses of ObjectManager in ch.bind.philib.pool.manager
Classes in ch.bind.philib.pool.manager that implement ObjectManager Modifier and Type Class Description classByteArrayManagerclassByteBufferManager -
Uses of ObjectManager in ch.bind.philib.pool.object
Constructors in ch.bind.philib.pool.object with parameters of type ObjectManager Constructor Description ConcurrentPool(ObjectManager<T> manager, int maxEntries, boolean softRefs, int concurrencyLevel)PoolBase(ObjectManager<T> manager)SoftRefPool(ObjectManager<T> manager, int maxEntries)StrongRefPool(ObjectManager<T> manager, int maxEntries)
-