public class NoOperationResetter<T> extends java.lang.Object implements Resetter<T>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoOperationResetter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
reset(T object)
Reset the pooled object.
|
private static final long serialVersionUID
public boolean reset(T object)
false prevents the element from returning into
the pool and the instance is garbage collected. Returns just true.