Enum Class的使用
cn.taketoday.util.ConcurrentReferenceHashMap.ReferenceType
-
cn.taketoday.util中ConcurrentReferenceHashMap.ReferenceType的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.ConcurrentReferenceHashMap.ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMapinstance.ConcurrentReferenceHashMap(int initialCapacity, ConcurrentReferenceHashMap.ReferenceType referenceType) Create a newConcurrentReferenceHashMapinstance.