Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashEntry
-
Packages that use ConcurrentIdentityWeakKeyHashMap.HashEntry Package Description org.jboss.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ConcurrentIdentityWeakKeyHashMap.HashEntry in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as ConcurrentIdentityWeakKeyHashMap.HashEntry Modifier and Type Field 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.Methods in org.jboss.netty.util.internal that return ConcurrentIdentityWeakKeyHashMap.HashEntry Modifier and Type Method 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()
Methods in org.jboss.netty.util.internal with parameters of type ConcurrentIdentityWeakKeyHashMap.HashEntry Modifier and Type Method 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.Constructors in org.jboss.netty.util.internal with parameters of type ConcurrentIdentityWeakKeyHashMap.HashEntry Constructor Description HashEntry(K key, int hash, ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> next, V value, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
-