Package org.aoju.bus.core.map
Class LinkedForestMap.EntryNodeWrapper<K,V,N extends TreeEntry<K,V>>
java.lang.Object
org.aoju.bus.core.map.LinkedForestMap.EntryNodeWrapper<K,V,N>
- Type Parameters:
K- key类型V- value类型N- 包装的TreeEntry类型
- Enclosing class:
- LinkedForestMap<K,
V>
public static class LinkedForestMap.EntryNodeWrapper<K,V,N extends TreeEntry<K,V>>
extends Object
implements Map.Entry<K,TreeEntry<K,V>>
Map.Entry包装类- See Also: