KeyedObjectPool.clear

Clears the pool, removing all pooled instances (optional operation).

@throws UnsupportedOperationException when this implementation doesn't support the operation

@throws Exception if the pool cannot be cleared

  1. void clear()
    interface KeyedObjectPool(K, V)
    void
    clear
    ()
  2. void clear(K key)

Meta