Uses of Interface
org.miaixz.bus.core.center.map.concurrent.EntryWeigher
Packages that use EntryWeigher
Package
Description
-
Uses of EntryWeigher in org.miaixz.bus.core.center.map.concurrent
Methods in org.miaixz.bus.core.center.map.concurrent that return EntryWeigherModifier and TypeMethodDescriptionstatic <K,V> EntryWeigher <K, V> Weighers.asEntryWeigher(Weigher<? super V> weigher) A entry weigher backed by the specified weigher.static <K,V> EntryWeigher <K, V> Weighers.entrySingleton()A weigher where an entry has a selector of 1.Methods in org.miaixz.bus.core.center.map.concurrent with parameters of type EntryWeigherModifier and TypeMethodDescriptionConcurrentLinkedHashMap.Builder.weigher(EntryWeigher<? super K, ? super V> weigher) Specifies an algorithm to determine how many the units of capacity an entry consumes.