Interface Recycler<V>
-
- All Known Implementing Classes:
DummyRecycler
,QueueingRecycler
,ThreadLocalRecycler
public interface Recycler<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
acquire()
void
release(V value)
-