public interface IPoolFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createObject(long identifier,
java.lang.Object o)
Creates a replacement object for a value in a pool
|
ContentType<T> |
getContentType() |
T createObject(long identifier, java.lang.Object o)
identifier - the identifier that is used to look up the objectContentType<T> getContentType()