Uses of Class
org.glassfish.pfl.basic.concurrent.WeakHashMapSafeReadLock.Entry
-
Packages that use WeakHashMapSafeReadLock.Entry Package Description org.glassfish.pfl.basic.concurrent -
-
Uses of WeakHashMapSafeReadLock.Entry in org.glassfish.pfl.basic.concurrent
Fields in org.glassfish.pfl.basic.concurrent declared as WeakHashMapSafeReadLock.Entry Modifier and Type Field Description (package private) WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock.HashIterator. entry
(package private) WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock.HashIterator. lastReturned
private WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock.Entry. next
private WeakHashMapSafeReadLock.Entry[]
WeakHashMapSafeReadLock. table
The table, resized as necessary.Methods in org.glassfish.pfl.basic.concurrent that return WeakHashMapSafeReadLock.Entry Modifier and Type Method Description (package private) WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock. getEntry(java.lang.Object key)
Returns the entry associated with the specified key in this map.private WeakHashMapSafeReadLock.Entry[]
WeakHashMapSafeReadLock. getTable()
Returns the table after first expunging stale entries.protected WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock.HashIterator. nextEntry()
The common parts of next() across different types of iterators(package private) WeakHashMapSafeReadLock.Entry<K,V>
WeakHashMapSafeReadLock. removeMapping(java.lang.Object o)
Special version of remove needed by Entry setMethods in org.glassfish.pfl.basic.concurrent with parameters of type WeakHashMapSafeReadLock.Entry Modifier and Type Method Description private void
WeakHashMapSafeReadLock. transfer(WeakHashMapSafeReadLock.Entry[] src, WeakHashMapSafeReadLock.Entry[] dest)
Transfers all entries from src to dest tablesConstructors in org.glassfish.pfl.basic.concurrent with parameters of type WeakHashMapSafeReadLock.Entry Constructor Description Entry(K key, V value, java.lang.ref.ReferenceQueue<K> queue, int hash, WeakHashMapSafeReadLock.Entry<K,V> next)
Creates new entry.
-