Java org.hibernate.internal.util.collections ConcurrentReferenceHashMap fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.internal.util.collections ConcurrentReferenceHashMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.internal.util.collections ConcurrentReferenceHashMap.

The text is from its open source code.

Constructor

ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ReferenceType keyType, ReferenceType valueType, EnumSet
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.