public interface IPoolFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createObject(long identifier,
Object o)
Creates a replacement object for a value in a pool
|
ContentType<T> |
getContentType() |
T createObject(long identifier, Object o)
identifier - the identifier that is used to look up the objectthe - object that would normally be returned from the poolContentType<T> getContentType()
Copyright © 2020. All rights reserved.