Interface Pool.Entry<E>

Type Parameters:
E - the type of the pooled objects
All Known Implementing Classes:
ConcurrentPool.ConcurrentEntry, Pool.Entry.Wrapper
Enclosing interface:
Pool<P>

public static interface Pool.Entry<E>

A Pool entry that holds metadata and a pooled object.