Interface Resettable
- All Known Implementing Classes:
NestedJarHandler.RecyclableInflater
public interface Resettable
An interface for recycleable objects that need to be reset when
RecycleOnClose.close()
is called to
recycle the object.-
Method Summary
Modifier and TypeMethodDescriptionvoid
reset()
Reset a recycleable object (called when the object is recycled).
-
Method Details
-
reset
void reset()Reset a recycleable object (called when the object is recycled).
-