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 void
checkIn(java.lang.Object recyclable)
java.lang.Object
checkOut()
void
clear()
protected abstract java.lang.Object
createRecyclable()
int
getSize()
-