JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.miaixz.bus.core.center.map.concurrent
Interface Weigher<V>
Type Parameters:
V
- 值类型
public interface
Weigher<V>
确定值的选择器
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
weightOf
(
V
value)
测量对象的选择器以确定值消耗了多少个容量单位
Method Details
weightOf
int
weightOf
(
V
value)
测量对象的选择器以确定值消耗了多少个容量单位
Parameters:
value
- 称量物体
Returns:
对象的选择器