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

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

Introduction

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

The text is from its open source code.

Constructor

BoundedConcurrentHashMap(int capacity, int concurrencyLevel, Eviction evictionStrategy)
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.

Method

Vget(Object key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
VputIfAbsent(K key, V value)