K - key类型V - value类型N - 包装的TreeEntry类型public static class LinkedForestMap.EntryNodeWrapper<K,V,N extends TreeEntry<K,V>> extends Object implements Map.Entry<K,TreeEntry<K,V>>, Wrapper<N>
Map.Entry包装类Map.entrySet(),
Map.values()| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
N |
getRaw()
获取原始对象
|
TreeEntry<K,V> |
getValue() |
TreeEntry<K,V> |
setValue(TreeEntry<K,V> value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeCopyright © 2025. All rights reserved.