| Package | Description |
|---|---|
| org.jboss.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentIdentityWeakKeyHashMap.Segment<K,V>[] |
ConcurrentIdentityWeakKeyHashMap.segments
The segments, each of which is a specialized hash table
|
| Modifier and Type | Method and 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.
|