@Deprecated public final class GenericMemoryPool<E> extends Object
| Constructor and Description |
|---|
GenericMemoryPool(Factory<E> factory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
E |
getNew()
Deprecated.
get an instance of E
|
void |
storeOld(E old)
Deprecated.
stores an instance of E for future uses
|
Copyright © 2022. All rights reserved.