类的使用
cn.taketoday.util.ConcurrentReferenceHashMap.Segment
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中ConcurrentReferenceHashMap.Segment的使用
修饰符和类型字段说明private final ConcurrentReferenceHashMap<K,V>.Segment[] ConcurrentReferenceHashMap.segmentsArray of segments indexed using the high order bits from the hash.修饰符和类型方法说明protected final ConcurrentReferenceHashMap<K,V>.Segment ConcurrentReferenceHashMap.getSegment(int index) private ConcurrentReferenceHashMap<K,V>.Segment ConcurrentReferenceHashMap.getSegmentForHash(int hash)