| Interface | Description |
|---|---|
| Resettable |
An interface for recycleable objects that need to be reset when
RecycleOnClose.close() is called to
recycle the object. |
| Class | Description |
|---|---|
| RecycleOnClose<T,E extends java.lang.Exception> |
An AutoCloseable wrapper for a recyclable object instance.
|
| Recycler<T,E extends java.lang.Exception> |
Recycler for instances of type T, where instantiating this type may throw checked exception E.
|