java对象池初步浏览ObjectPool接口
摘要:常用的接口 ObjectPool<T> 获取对象 T borrowObject() throws Exception, NoSuchElementException, IllegalStateException; 清除 void clear() throws Exception, Unsupport
阅读全文
posted @ 2021-12-20 23:19
posted @ 2021-12-20 23:19