Package com.swiftmq.tools.gc
Class ObjectRecycler
- java.lang.Object
-
- com.swiftmq.tools.gc.ObjectRecycler
-
public abstract class ObjectRecycler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectRecycler()ObjectRecycler(int maxSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidcheckIn(java.lang.Object recyclable)java.lang.ObjectcheckOut()voidclear()protected abstract java.lang.ObjectcreateRecyclable()intgetSize()
-