public class RecyclableString extends java.lang.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(java.lang.String value) |
java.lang.String |
toString() |
public void setValue(java.lang.String value)
public void recycle()
Recyclablerecycle in interface Recyclablepublic java.lang.String toString()
toString in class java.lang.Object