Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
Packages that use ConcurrentIdentityHashMap.Segment
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ConcurrentIdentityHashMap.Segment in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as ConcurrentIdentityHashMap.SegmentModifier and TypeFieldDescription(package private) final ConcurrentIdentityHashMap.Segment<K,
V>[] ConcurrentIdentityHashMap.segments
The segments, each of which is a specialized hash tableMethods in org.jboss.netty.util.internal that return ConcurrentIdentityHashMap.SegmentModifier and TypeMethodDescription(package private) static <K,
V> ConcurrentIdentityHashMap.Segment<K, V>[] ConcurrentIdentityHashMap.Segment.newArray
(int i) (package private) ConcurrentIdentityHashMap.Segment
<K, V> ConcurrentIdentityHashMap.segmentFor
(int hash) Returns the segment that should be used for key with given hash.