Class JPPoolSynchronous<K,T extends U,U,C>

java.lang.Object
com.io7m.jpuddle.core.JPPoolSynchronous<K,T,U,C>
Type Parameters:
K - The type of keys
T - The type of internal pooled values
U - The type of user-visible pooled values
C - The type of context values
All Implemented Interfaces:
JPPoolSynchronousType<K,T,U,C>, JPPoolSynchronousUsableType<K,T,U,C>

public final class JPPoolSynchronous<K,T extends U,U,C> extends Object implements JPPoolSynchronousType<K,T,U,C>
The default implementation of the JPPoolSynchronousType interface.