Uses of Class
tools.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 tools.jackson.databind.util.internal
Methods in tools.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 (default16).PrivateMaxEntriesMap.Builder.maximumCapacity(long capacity) Specifies the maximum capacity to coerce the map to and may exceed it temporarily.Constructors in tools.jackson.databind.util.internal with parameters of type PrivateMaxEntriesMap.BuilderModifierConstructorDescription(package private)PrivateMaxEntriesMap(PrivateMaxEntriesMap.Builder<K, V> builder) Creates an instance based on the builder's configuration.