Interface SkipList.Entry<K,V>
- Type Parameters:
K- key type | 键类型V- value type | 值类型
public static interface SkipList.Entry<K,V>
Entry interface.
条目接口。
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary