| 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) ConcurrentIdentityHashMap.HashEntry<K,V>[] |
ConcurrentIdentityHashMap.HashIterator.currentTable |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.HashIterator.lastReturned |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.HashEntry.next |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.HashIterator.nextEntry |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V>[] |
ConcurrentIdentityHashMap.Segment.table
The per-segment table.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.Segment.getFirst(int hash)
Returns properly casted first entry of bin for given hash.
|
(package private) static <K,V> ConcurrentIdentityHashMap.HashEntry<K,V>[] |
ConcurrentIdentityHashMap.HashEntry.newArray(int i) |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.Segment.newHashEntry(K key,
int hash,
ConcurrentIdentityHashMap.HashEntry<K,V> next,
V value) |
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.HashIterator.nextEntry() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentIdentityHashMap.Segment.newHashEntry(K key,
int hash,
ConcurrentIdentityHashMap.HashEntry<K,V> next,
V value) |
(package private) V |
ConcurrentIdentityHashMap.Segment.readValueUnderLock(ConcurrentIdentityHashMap.HashEntry<K,V> e)
Reads value field of an entry under lock.
|
(package private) void |
ConcurrentIdentityHashMap.Segment.setTable(ConcurrentIdentityHashMap.HashEntry<K,V>[] newTable)
Sets table to new HashEntry array.
|
| Constructor and Description |
|---|
HashEntry(K key,
int hash,
ConcurrentIdentityHashMap.HashEntry<K,V> next,
V value) |