Uses of Interface
org.hotswap.agent.util.spring.collections.ConcurrentReferenceHashMap.Reference
-
Packages that use ConcurrentReferenceHashMap.Reference Package Description org.hotswap.agent.util.spring.collections -
-
Uses of ConcurrentReferenceHashMap.Reference in org.hotswap.agent.util.spring.collections
Methods in org.hotswap.agent.util.spring.collections that return ConcurrentReferenceHashMap.Reference Modifier and Type Method Description ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. createReference(ConcurrentReferenceHashMap.Entry<K,V> entry, int hash, ConcurrentReferenceHashMap.Reference<K,V> next)Factory method used to create a newConcurrentReferenceHashMap.Reference.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Reference. getNext()Returns the next reference in the chain ornullprotected ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap. getReference(Object key, ConcurrentReferenceHashMap.Restructure restructure)Return aConcurrentReferenceHashMap.Referenceto theConcurrentReferenceHashMap.Entryfor the specifiedkey, ornullif not found.ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.Segment. getReference(Object key, int hash, ConcurrentReferenceHashMap.Restructure restructure)ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. pollForPurge()Return any reference that has been garbage collected and can be purged from the underlying structure ornullif no references need purging.Methods in org.hotswap.agent.util.spring.collections with parameters of type ConcurrentReferenceHashMap.Reference Modifier and Type Method Description ConcurrentReferenceHashMap.Reference<K,V>ConcurrentReferenceHashMap.ReferenceManager. createReference(ConcurrentReferenceHashMap.Entry<K,V> entry, int hash, ConcurrentReferenceHashMap.Reference<K,V> next)Factory method used to create a newConcurrentReferenceHashMap.Reference.
-