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