Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.Segment
-
Packages that use ConcurrentIdentityHashMap.Segment Package Description org.jboss.netty.util.internal 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.Segment Modifier and Type Field Description (package private) 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.Segment Modifier and Type Method Description (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.
-