Uses of Class
org.apache.sis.util.collection.WeakHashSet.Entry
Packages that use WeakHashSet.Entry
-
Uses of WeakHashSet.Entry in org.apache.sis.util.collection
Fields in org.apache.sis.util.collection declared as WeakHashSet.EntryModifier and TypeFieldDescriptionprivate WeakHashSet<E>.Entry[]
WeakHashSet.table
Table of weak references.Methods in org.apache.sis.util.collection with parameters of type WeakHashSet.EntryModifier and TypeMethodDescriptionprivate void
WeakHashSet.removeEntry
(WeakHashSet<E>.Entry toRemove) Invoked byWeakHashSet<E>.Entry
when an element has been collected by the garbage collector.Constructors in org.apache.sis.util.collection with parameters of type WeakHashSet.EntryModifierConstructorDescription(package private)
Entry
(E obj, WeakHashSet<E>.Entry next, int hash) Constructs a new weak reference.