JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
nonapi.io.github.classgraph.recycler
Interface Resettable
public interface
Resettable
An interface for recycleable objects that need to be reset when
RecycleOnClose.close()
is called to recycle the object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
reset
()
Reset a recycleable object (called when the object is recycled).
Method Detail
reset
void reset()
Reset a recycleable object (called when the object is recycled).
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method