Package com.pnfsoftware.jeb.util.collect
Class WeakPseudoList<T>
java.lang.Object
com.pnfsoftware.jeb.util.collect.WeakPseudoList<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Iterable<T>
A list of weak references. Holding objects in this list will not prevent them from being GC'ed.
This interface does not not abide to the usual Java
List
interface, hence the "pseudo".-
Constructor Details
-
WeakPseudoList
public WeakPseudoList() -
WeakPseudoList
public WeakPseudoList(int initialCapacity) -
WeakPseudoList
-
-
Method Details