public class RecyclableString extends Object implements Recyclable
| Constructor and Description |
|---|
RecyclableString() |
| Modifier and Type | Method and Description |
|---|---|
void |
recycle()
Free any internal resources and reset the state of the object to enable reuse.
|
void |
setValue(String value) |
String |
toString() |
public void setValue(String value)
public void recycle()
Recyclablerecycle in interface RecyclableCopyright © 2016. All rights reserved.