public interface ObjectPool<PooledObject,Key>
Modifier and Type | Method and Description |
---|---|
PooledObject |
acquire(Key key) |
void |
release(PooledObject obj,
Key key) |
PooledObject acquire(Key key)
void release(PooledObject obj, Key key)
Copyright © 2004–2018 52north.org. All rights reserved.