Package edu.emory.mathcs.util.collections

Class Summary
AsyncWeakValueHashMap Hash map that refers to values via weak references, thus not keeping them from garbage collection, asynchronously removing entries which values have been unreferenced and garbage collected.
CollectionUtils Collection utility methods.
RadkeHashMap  
RadkeHashSet  
VolatileHashMap Deprecated. use WeakValueHashMap
WeakIdentityHashMap Hash map implementation with weak keys and identity-based comparison semantics.
WeakValueHashMap Hash map that refers to values via weak references, thus not keeping them from garbage collection.