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