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

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

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

Methods in com.github.drinkjava2.jdialects.springsrc.utils that return ConcurrentReferenceHashMap.ReferenceType
static ConcurrentReferenceHashMap.ReferenceType ConcurrentReferenceHashMap.ReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrentReferenceHashMap.ReferenceType[] ConcurrentReferenceHashMap.ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.github.drinkjava2.jdialects.springsrc.utils with parameters of type ConcurrentReferenceHashMap.ReferenceType
ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType)
          Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType)
          Create a new ConcurrentReferenceHashMap instance.
 



Copyright © 2018. All rights reserved.