public class StrongPool<T> extends Object implements IPool<T>
If a long lived, memory managed pool is required use WeakPool.
| Constructor and Description |
|---|
StrongPool() |
| Modifier and Type | Method and Description |
|---|---|
T |
add(T newObject)
Returns the first object from this pool which is equal to the given object.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.