Package org.miaixz.bus.core.center.map
Class LinkedForestMap.EntryNodeWrapper<K,V,N extends TreeEntry<K,V>>
java.lang.Object
org.miaixz.bus.core.center.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>>, Wrapper<N>
Map.Entry包装类- See Also:
-
Method Details