Orders instances based on idle time - i.e. the length of time since the instance was returned to the pool. Used by the GKOP idle object evictor. Note: This class has a natural ordering that is inconsistent with equals if distinct objects have the same identity hash code. {@inherit
(PooledObject<T> other)
| 87 | * </p> |
| 88 | */ |
| 89 | @Override |
| 90 | int compareTo(PooledObject<T> other); |
| 91 | |
| 92 | /** |
no outgoing calls