Interface Recycler.Handle<T>

All Superinterfaces:
ObjectPool.Handle<T>
All Known Implementing Classes:
Recycler.EnhancedHandle
Enclosing class:
Recycler<T>

public static interface Recycler.Handle<T> extends ObjectPool.Handle<T>
  • Method Summary

    Methods inherited from interface ObjectPool.Handle

    recycle
    Modifier and Type
    Method
    Description
    void
    recycle(T self)
    Recycle the Object if possible and so make it ready to be reused.