A B C D E F I L M N O P R S T V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in class com.github.robtimus.pool.ObjectWrapper
 - close() - Method in interface com.github.robtimus.pool.PoolableObject.Reference
 - 
Removes the reference to the
PoolableObjectfrom which this reference was created. - com.github.robtimus.pool - module com.github.robtimus.pool
 - 
A simple object pool implementation.
 - com.github.robtimus.pool - package com.github.robtimus.pool
 - 
A simple object pool implementation.
 - createdNonPooledObject(PoolableObject<?>) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a new
PoolableObjecthas been created that will not be returned to the pool it was acquired from. - createdObject(PoolableObject<?>) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a new
PoolableObjecthas been created. - createdPool(PoolConfig) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a
Poolhas been created. - creatingPool(PoolConfig) - Method in class com.github.robtimus.pool.PoolLogger
 - 
Called when a
Poolis being created. - custom() - Static method in class com.github.robtimus.pool.PoolConfig
 - 
Returns a new builder for creating
PoolConfigobjects. - custom() - Static method in class com.github.robtimus.pool.PoolLogger
 - 
Returns a new builder for creating
PoolLoggerobjects. 
All Classes All Packages