Uses of Class
com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap.Builder
-
Packages that use PrivateMaxEntriesMap.Builder Package Description com.fasterxml.jackson.databind.util.internal This package contains an implementation of a boundedConcurrentMap
data structure. -
-
Uses of PrivateMaxEntriesMap.Builder in com.fasterxml.jackson.databind.util.internal
Methods in com.fasterxml.jackson.databind.util.internal that return PrivateMaxEntriesMap.Builder Modifier and Type Method Description PrivateMaxEntriesMap.Builder<K,V>
PrivateMaxEntriesMap.Builder. concurrencyLevel(int concurrencyLevel)
Specifies the estimated number of concurrently updating threads.PrivateMaxEntriesMap.Builder<K,V>
PrivateMaxEntriesMap.Builder. initialCapacity(int initialCapacity)
Specifies the initial capacity of the hash table (default 16).PrivateMaxEntriesMap.Builder<K,V>
PrivateMaxEntriesMap.Builder. maximumCapacity(long capacity)
Specifies the maximum capacity to coerce the map to and may exceed it temporarily.
-