public interface Reusable
ObjectPool| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirty()
Determines if this object is "dirty" (i.e.
|
void |
recycle()
Cleans an object to put it in a state in which it can be reused.
|
void recycle()
throws Exception
Exception - if unable to recycle the this objectboolean isDirty()
Copyright © 2016. All rights reserved.