Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.ConcurrentReferenceHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.EmptyMap<K,V> (implements java.io.Serializable)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- cn.orionsec.kit.lang.define.collect.MultiHashMap<K,V,E> (implements cn.orionsec.kit.lang.define.collect.MultiMap<K,V,E,M>, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.MutableHashMap<K,V> (implements cn.orionsec.kit.lang.define.collect.MutableMap<K,V>, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.SingletonMap<K,V> (implements java.io.Serializable)
- java.util.TreeMap<K,V> (implements java.lang.Cloneable, java.util.NavigableMap<K,V>, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.ConcurrentReferenceHashMap.Entry<K,V> (implements java.util.Map.Entry<K,V>)
- cn.orionsec.kit.lang.define.collect.ConcurrentReferenceHashMap.ReferenceManager
- java.util.concurrent.locks.ReentrantLock (implements java.util.concurrent.locks.Lock, java.io.Serializable)
- cn.orionsec.kit.lang.define.collect.WeightRandomMap.WeightObject<T>
Interface Hierarchy
Enum Hierarchy
Copyright © 2024. All rights reserved.