Class SoftReferenceBag<T>
java.lang.Object
com.inductiveautomation.ignition.common.util.SoftReferenceBag<T>
Acts as a bag (kind of like an un-ordered list or a set of like items) whose entries are kept in SoftReferences. This
 class is not thread-safe - provide your own locking if multiple threads will access it.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SoftReferenceBagpublic SoftReferenceBag()
 
- 
- 
Method Details- 
takeReturns and removes the next available item from the bag. May be null if the bag is empty.
- 
put
 
-