public static interface WeakObjectPool.ObjectFactory<K,V>
ObjectFactory
object is used to create
new shared objects on demand.Modifier and Type | Method and Description |
---|---|
V |
createObject(K key)
Creates a new shared object associated with the given
key ,
identified by the equals method. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.