public class WeakPool<T> extends Object implements IPool<T>
Since WeakReference are not particularly light-weight, a client could use a StrongPool
if the pool will be short lived and explicitly nulled by the client.
| Constructor and Description |
|---|
WeakPool() |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.