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- 
WeakPseudoListpublic WeakPseudoList()
- 
WeakPseudoListpublic WeakPseudoList(int initialCapacity) 
- 
WeakPseudoList
 
- 
- 
Method Details