Package org.jactr.core.utils.collections

Class Summary
CachedCollection<I> a collection that permits asynchronous changes to its contents without affecting calls to getCachedCopy() Even though it is synchronized, care must be taken to synchronize the collection while iterating over it
CachedMap<K,V> cached values map for rapid access w/o worrying about iterating too much..