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 interface  Recycler.C<T>  
    static interface  Recycler.Factory<T>  
    static interface  Recycler.V<T>  
  • Method Summary

    Modifier and Type Method Description
    Recycler.V<T> obtain()