T
- The type of object to create.X
- The type of exception that operations on created objects can throw.
This is also the type of exception that can occur when instances are created.public interface PoolableObjectFactory<T extends PoolableObject<X>,X extends Exception>
PoolableObject
s.Modifier and Type | Method and Description |
---|---|
T |
newObject()
Creates a new
PoolableObject . |
Copyright © 2022. All rights reserved.