Uses of Class
org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
-
Packages that use ConcurrentReferenceHashMap.HashEntry Package Description org.jboss.logmanager -
-
Uses of ConcurrentReferenceHashMap.HashEntry in org.jboss.logmanager
Fields in org.jboss.logmanager declared as ConcurrentReferenceHashMap.HashEntry Modifier and Type Field Description (package private) ConcurrentReferenceHashMap.HashEntry<K,V>[]
ConcurrentReferenceHashMap.HashIterator. currentTable
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.HashIterator. lastReturned
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.HashEntry. next
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.HashIterator. nextEntry
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>[]
ConcurrentReferenceHashMap.Segment. table
The per-segment table.Methods in org.jboss.logmanager that return ConcurrentReferenceHashMap.HashEntry Modifier and Type Method Description (package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.Segment. getFirst(int hash)
Returns properly casted first entry of bin for given hash.(package private) static <K,V>
ConcurrentReferenceHashMap.HashEntry<K,V>[]ConcurrentReferenceHashMap.HashEntry. newArray(int i)
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.Segment. newHashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K,V> next, V value)
(package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.HashIterator. nextEntry()
Methods in org.jboss.logmanager with parameters of type ConcurrentReferenceHashMap.HashEntry Modifier and Type Method Description (package private) ConcurrentReferenceHashMap.HashEntry<K,V>
ConcurrentReferenceHashMap.Segment. newHashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K,V> next, V value)
(package private) V
ConcurrentReferenceHashMap.Segment. readValueUnderLock(ConcurrentReferenceHashMap.HashEntry<K,V> e)
Reads value field of an entry under lock.(package private) void
ConcurrentReferenceHashMap.Segment. setTable(ConcurrentReferenceHashMap.HashEntry<K,V>[] newTable)
Sets table to new HashEntry array.Constructors in org.jboss.logmanager with parameters of type ConcurrentReferenceHashMap.HashEntry Constructor Description HashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K,V> next, V value, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue)
-