org.d_haven.mpool
public class NullRecyclePolicy extends Object implements RecyclePolicy
Method Summary | |
---|---|
void | recycle(Object pooledObject)
All objects are not supposed to recycle, so this method does
nothing.
|
String | toString() |
Parameters: pooledObject the object to recycle