Uses of Class
org.apache.sis.util.collection.WeakValueHashMap.Entry
Packages that use WeakValueHashMap.Entry
-
Uses of WeakValueHashMap.Entry in org.apache.sis.util.collection
Fields in org.apache.sis.util.collection declared as WeakValueHashMap.EntryModifier and TypeFieldDescriptionprivate WeakValueHashMap<K,
V>.Entry[] WeakValueHashMap.table
Table of weak references.Methods in org.apache.sis.util.collection with parameters of type WeakValueHashMap.EntryModifier and TypeMethodDescriptionprivate void
WeakValueHashMap.removeEntry
(WeakValueHashMap<K, V>.Entry toRemove) Invoked byWeakValueHashMap<K,
when an element has been collected by the garbage collector.V>.Entry Constructors in org.apache.sis.util.collection with parameters of type WeakValueHashMap.Entry