Package org.apache.groovy.util.concurrent
-
Interface Summary Interface Description LazyInitializable ALazyInitializable
is an object that can be initialized lazily. -
Class Summary Class Description ConcurrentReferenceHashMap<K,V> An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.ConcurrentReferenceHashMap.InitializableEntry<K,V> ConcurrentReferenceHashMap.SimpleEntry<K,V> ManagedIdentityConcurrentMap<K,V> This is a basic implementation of a map able to forget its keys could be weak/soft/strong references. -
Enum Summary Enum Description ConcurrentReferenceHashMap.Option Behavior-changing configuration options for the mapConcurrentReferenceHashMap.ReferenceType An option specifying which Java reference type should be used to refer to a key and/or value.