类分层结构
- java.lang.Object
- cn.hutool.core.map.AbsEntry<K,V> (implements java.util.Map.Entry<K,V>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- cn.hutool.core.map.LinkedForestMap<K,V> (implements cn.hutool.core.map.ForestMap<K,V>)
- cn.hutool.core.map.LinkedForestMap.EntryNodeWrapper<K,V,N> (implements java.util.Map.Entry<K,V>)
- cn.hutool.core.map.LinkedForestMap.TreeEntryNode<K,V> (implements cn.hutool.core.map.TreeEntry<K,V>)
- cn.hutool.core.map.MapBuilder<K,V> (implements cn.hutool.core.builder.Builder<T>)
- cn.hutool.core.map.MapProxy (implements java.lang.reflect.InvocationHandler, java.util.Map<K,V>, cn.hutool.core.getter.OptNullBasicTypeFromObjectGetter<K>, java.io.Serializable)
- cn.hutool.core.map.MapUtil
- cn.hutool.core.map.MapWrapper<K,V> (implements java.lang.Cloneable, java.lang.Iterable<T>, java.util.Map<K,V>, java.io.Serializable)
- cn.hutool.core.map.ReferenceConcurrentMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.lang.Iterable<T>, java.io.Serializable)
- cn.hutool.core.map.TableMap<K,V> (implements java.lang.Iterable<T>, java.util.Map<K,V>, java.io.Serializable)
接口分层结构
Copyright © 2022. All rights reserved.