public interface Recyclable
| Modifier and Type | Method and Description |
|---|---|
int |
getNumTimesReused()
returns the number of times
this object has been reused
|
boolean |
inUse()
returns whether this object
is in use
|
Recyclable |
recycle()
remove all data and prepare for
re-use
|
Recyclable recycle()
boolean inUse()
int getNumTimesReused()
Copyright © 2002–2019 Starter Inc.. All rights reserved.