Uses of Class
org.miaixz.bus.core.center.map.concurrent.ConcurrentLinkedHashMap.Builder
Packages that use ConcurrentLinkedHashMap.Builder
Package
Description
-
Uses of ConcurrentLinkedHashMap.Builder in org.miaixz.bus.core.center.map.concurrent
Methods in org.miaixz.bus.core.center.map.concurrent that return ConcurrentLinkedHashMap.BuilderModifier and TypeMethodDescriptionConcurrentLinkedHashMap.Builder.concurrencyLevel(int concurrencyLevel) Specifies the estimated number of concurrently updating threads.ConcurrentLinkedHashMap.Builder.initialCapacity(int initialCapacity) Specifies the initial capacity of the hash table (default16).ConcurrentLinkedHashMap.Builder.listener(BiConsumer<K, V> listener) Specifies an optional listener that is registered for notification when an entry is evicted.ConcurrentLinkedHashMap.Builder.maximumWeightedCapacity(long capacity) Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.ConcurrentLinkedHashMap.Builder.weigher(EntryWeigher<? super K, ? super V> weigher) Specifies an algorithm to determine how many the units of capacity an entry consumes.Specifies an algorithm to determine how many the units of capacity a value consumes.