Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
-
Packages that use ConcurrentIdentityHashMap.HashEntry Package Description org.jboss.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ConcurrentIdentityHashMap.HashEntry in org.jboss.netty.util.internal
Fields in org.jboss.netty.util.internal declared as ConcurrentIdentityHashMap.HashEntry Modifier and Type Field 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. tableThe per-segment table.Methods in org.jboss.netty.util.internal that return ConcurrentIdentityHashMap.HashEntry Modifier and Type Method 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()Methods in org.jboss.netty.util.internal with parameters of type ConcurrentIdentityHashMap.HashEntry Modifier and Type Method Description (package private) ConcurrentIdentityHashMap.HashEntry<K,V>ConcurrentIdentityHashMap.Segment. newHashEntry(K key, int hash, ConcurrentIdentityHashMap.HashEntry<K,V> next, V value)(package private) VConcurrentIdentityHashMap.Segment. readValueUnderLock(ConcurrentIdentityHashMap.HashEntry<K,V> e)Reads value field of an entry under lock.(package private) voidConcurrentIdentityHashMap.Segment. setTable(ConcurrentIdentityHashMap.HashEntry<K,V>[] newTable)Sets table to new HashEntry array.Constructors in org.jboss.netty.util.internal with parameters of type ConcurrentIdentityHashMap.HashEntry Constructor Description HashEntry(K key, int hash, ConcurrentIdentityHashMap.HashEntry<K,V> next, V value)
-