Package cn.sliew.milky.common.recycler
Interface Recycler<T>
-
- All Known Implementing Classes:
ConcurrentDequeRecycler,DequeRecycler,NoneRecycler
public interface Recycler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value<T>obtain()
-