Package org.hotswap.agent.util.spring.collections
-
Interface Summary Interface Description ConcurrentReferenceHashMap.Reference<K,V> A reference to anConcurrentReferenceHashMap.Entrycontained in the map.MultiValueMap<K,V> Extension of theMapinterface that stores multiple values. -
Class Summary Class Description ConcurrentReferenceHashMap<K,V> ConcurrentReferenceHashMap.Entry<K,V> A single map entry.LinkedMultiValueMap<K,V> Simple implementation ofMultiValueMapthat wraps aLinkedHashMap, storing multiple values in aLinkedList. -
Enum Summary Enum Description ConcurrentReferenceHashMap.ReferenceType Various reference types supported by this map.ConcurrentReferenceHashMap.Restructure The types of restructuring that can be performed.