Interface Recycler<T>
- All Known Implementing Classes:
ConcurrentDequeRecycler
,DequeRecycler
,NoneRecycler
public interface Recycler<T>
A recycled object, note, implementations should support calling obtain and then recycle
on different threads.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
-
Method Details
-
obtain
Recycler.V<T> obtain()
-