Interface RecycleStack.Factory<T>

Enclosing class:
RecycleStack<T>

public static interface RecycleStack.Factory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • newInstance

      T newInstance()