Interface Pool<T>

All Known Implementing Classes:
QueuePool
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Pool<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default boolean
    offer(T recycle)
     
     
  • Method Details

    • poll

      T poll()
    • offer

      default boolean offer(T recycle)
    • clear

      default void clear()