protected static interface PoolMap.Pool<R>
void
clear()
R
get()
put(R resource)
boolean
remove(R resource)
int
size()
Collection<R>
values()
R get()
R put(R resource)
boolean remove(R resource)
void clear()
Collection<R> values()
int size()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.