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