Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashEntry
Packages that use ConcurrentIdentityHashMap.HashEntry
Package
Description
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.HashEntryModifier and TypeFieldDescription(package private) ConcurrentIdentityHashMap.HashEntry<K,
V>[] ConcurrentIdentityHashMap.HashIterator.currentTable
(package private) ConcurrentIdentityHashMap.HashEntry<K,
V> ConcurrentIdentityHashMap.HashIterator.lastReturned
(package private) final 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.Methods in org.jboss.netty.util.internal that return ConcurrentIdentityHashMap.HashEntryModifier and TypeMethodDescription(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.HashEntryModifier and TypeMethodDescription(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.Constructors in org.jboss.netty.util.internal with parameters of type ConcurrentIdentityHashMap.HashEntry