Uses of Class
com.github.drinkjava2.jdialects.springsrc.utils.ConcurrentReferenceHashMap.Entry

Packages that use ConcurrentReferenceHashMap.Entry
com.github.drinkjava2.jdialects.springsrc.utils   
 

Uses of ConcurrentReferenceHashMap.Entry in com.github.drinkjava2.jdialects.springsrc.utils
 

Methods in com.github.drinkjava2.jdialects.springsrc.utils that return ConcurrentReferenceHashMap.Entry
 ConcurrentReferenceHashMap.Entry<K,V> ConcurrentReferenceHashMap.Reference.get()
          Returns the referenced entry or null if the entry is no longer available.
 

Methods in com.github.drinkjava2.jdialects.springsrc.utils with parameters of type ConcurrentReferenceHashMap.Entry
 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 new ConcurrentReferenceHashMap.Reference.
 



Copyright © 2018. All rights reserved.