Interface Multiset.Entry<E>
- Type Parameters:
E- element type | 元素类型
public static interface Multiset.Entry<E>
Entry - Element with occurrence count
Entry - 带出现次数的元素
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
getElement
-
getCount
int getCount()Return the count. 返回计数。- Returns:
- count | 计数
-