public class NoOperationResetter<T> extends Object implements Resetter<T>, Serializable
Constructor and Description |
---|
NoOperationResetter() |
public NoOperationResetter()
public boolean reset(T object)
false
prevents the element from returning into
the pool and the instance is garbage collected. Returns just true
.Copyright © 2005–2016 Codehaus. All rights reserved.