Interface Resettable
-
- All Known Implementing Classes:
NestedJarHandler.RecyclableInflater
public interface ResettableAn interface for recycleable objects that need to be reset whenRecycleOnClose.close()is called to recycle the object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Reset a recycleable object (called when the object is recycled).
-