GenericKeyedObjectPool.clearOldest

Clears oldest 15% of objects in pool. The method sorts the objects into a TreeMap and then iterates the first 15% for removal.

class GenericKeyedObjectPool(K, T)
void
clearOldest
()

Meta