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>>
Map.Entry
包装类Map.entrySet()
,
Map.values()
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
TreeEntry<K,V> |
getValue() |
TreeEntry<K,V> |
setValue(TreeEntry<K,V> value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
Copyright © 2024. All rights reserved.