protected static interface PoolMap.Pool<R>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
R |
getOrCreate(PoolMap.PoolResourceSupplier<R> supplier) |
boolean |
remove(R resource) |
int |
size() |
Collection<R> |
values() |
R getOrCreate(PoolMap.PoolResourceSupplier<R> supplier) throws IOException
IOException
void clear()
Collection<R> values()
int size()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.