Uses of Class
org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
Packages that use ConcurrentReferenceHashMap.HashEntry
-
Uses of ConcurrentReferenceHashMap.HashEntry in org.jboss.logmanager
Fields in org.jboss.logmanager declared as ConcurrentReferenceHashMap.HashEntryModifier and TypeFieldDescription(package private) ConcurrentReferenceHashMap.HashEntry<K,V>[] ConcurrentReferenceHashMap.HashIterator.currentTable(package private) ConcurrentReferenceHashMap.HashEntry<K, V> ConcurrentReferenceHashMap.HashIterator.lastReturned(package private) final ConcurrentReferenceHashMap.HashEntry<K, V> ConcurrentReferenceHashMap.HashEntry.next(package private) ConcurrentReferenceHashMap.HashEntry<K, V> ConcurrentReferenceHashMap.HashIterator.nextEntry(package private) ConcurrentReferenceHashMap.HashEntry<K,V>[] ConcurrentReferenceHashMap.Segment.tableThe per-segment table.Methods in org.jboss.logmanager that return ConcurrentReferenceHashMap.HashEntryModifier and TypeMethodDescription(package private) ConcurrentReferenceHashMap.HashEntry<K, V> ConcurrentReferenceHashMap.Segment.getFirst(int hash) Returns properly casted first entry of bin for given hash.(package private) static final <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.HashEntryModifier and TypeMethodDescription(package private) ConcurrentReferenceHashMap.HashEntry<K, V> ConcurrentReferenceHashMap.Segment.newHashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K, V> next, V value) (package private) VConcurrentReferenceHashMap.Segment.readValueUnderLock(ConcurrentReferenceHashMap.HashEntry<K, V> e) Reads value field of an entry under lock.(package private) voidConcurrentReferenceHashMap.Segment.setTable(ConcurrentReferenceHashMap.HashEntry<K, V>[] newTable) Sets table to new HashEntry array.Constructors in org.jboss.logmanager with parameters of type ConcurrentReferenceHashMap.HashEntryModifierConstructorDescription(package private)HashEntry(K key, int hash, ConcurrentReferenceHashMap.HashEntry<K, V> next, V value, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, ReferenceQueue<Object> refQueue)