public static interface WeakObjectPool.ObjectFactory<K,V>
ObjectFactory object is used to create
new shared objects on demand.| 限定符和类型 | 方法和说明 |
|---|---|
V |
createObject(K key)
Creates a new shared object associated with the given
key,
identified by the equals method. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.