类的使用
org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
-
使用ConcurrentReferenceHashMap.Option的程序包 程序包 说明 org.hibernate.internal.util.collections -
-
org.hibernate.internal.util.collections中ConcurrentReferenceHashMap.Option的使用
返回ConcurrentReferenceHashMap.Option的org.hibernate.internal.util.collections中的方法 修饰符和类型 方法 说明 static ConcurrentReferenceHashMap.OptionConcurrentReferenceHashMap.Option. valueOf(String name)返回带有指定名称的该类型的枚举常量。static ConcurrentReferenceHashMap.Option[]ConcurrentReferenceHashMap.Option. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。类型变量类型为ConcurrentReferenceHashMap.Option的org.hibernate.internal.util.collections中的构造器参数 构造器 说明 ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, EnumSet<ConcurrentReferenceHashMap.Option> options)Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
-