Package cn.sliew.milky.common.collect
-
Interface Summary Interface Description ConcurrentReferenceHashMap.Reference<K,V> A reference to anConcurrentReferenceHashMap.Entrycontained in the map. -
Class Summary Class Description ConcurrentReferenceHashMap<K,V> ConcurrentReferenceHashMap.Entry<K,V> A single map entry.SetOnce<T> A convenient class which offers a semi-immutable object wrapper implementation which allows one to set the value of an object exactly once, and retrieve it many times.Tuple<V1,V2> -
Enum Summary Enum Description ConcurrentReferenceHashMap.ReferenceType Various reference types supported by this map.ConcurrentReferenceHashMap.Restructure The types of restructuring that can be performed. -
Exception Summary Exception Description SetOnce.AlreadySetException Thrown whenSetOnce.set(Object)is called more than once.