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 Vacquire()voidrelease(V value)
-