Uses of Class
org.glassfish.pfl.basic.concurrent.WeakHashMapSafeReadLock.Entry
Packages that use WeakHashMapSafeReadLock.Entry
-
Uses of WeakHashMapSafeReadLock.Entry in org.glassfish.pfl.basic.concurrent
Fields in org.glassfish.pfl.basic.concurrent declared as WeakHashMapSafeReadLock.EntryModifier and TypeFieldDescription(package private) WeakHashMapSafeReadLock.Entry<K, V> WeakHashMapSafeReadLock.HashIterator.entry(package private) WeakHashMapSafeReadLock.Entry<K, V> WeakHashMapSafeReadLock.HashIterator.lastReturnedprivate WeakHashMapSafeReadLock.Entry<K, V> WeakHashMapSafeReadLock.Entry.nextprivate WeakHashMapSafeReadLock.Entry[]WeakHashMapSafeReadLock.tableThe table, resized as necessary.Methods in org.glassfish.pfl.basic.concurrent that return WeakHashMapSafeReadLock.EntryModifier and TypeMethodDescription(package private) WeakHashMapSafeReadLock.Entry<K, V> 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(Object o) Special version of remove needed by Entry setMethods in org.glassfish.pfl.basic.concurrent with parameters of type WeakHashMapSafeReadLock.EntryModifier and TypeMethodDescriptionprivate voidWeakHashMapSafeReadLock.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.EntryModifierConstructorDescription(package private)Entry(K key, V value, ReferenceQueue<K> queue, int hash, WeakHashMapSafeReadLock.Entry<K, V> next) Creates new entry.