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