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
Nested Classes Modifier and Type Interface Description static interfaceRecycler.C<T>static interfaceRecycler.Factory<T>static interfaceRecycler.V<T> -
Method Summary
Modifier and Type Method Description Recycler.V<T>obtain()
-
Method Details
-
obtain
Recycler.V<T> obtain()
-