public class NullRecyclePolicy extends java.lang.Object implements RecyclePolicy
| Constructor and Description |
|---|
NullRecyclePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
recycle(java.lang.Object pooledObject)
All objects are not supposed to recycle, so this method does
nothing.
|
java.lang.String |
toString() |
public void recycle(java.lang.Object pooledObject)
recycle in interface RecyclePolicypooledObject - the object to recyclepublic java.lang.String toString()
toString in class java.lang.Object