Uses of Class
org.apache.sis.util.collection.WeakEntry
Packages that use WeakEntry
-
Uses of WeakEntry in org.apache.sis.util.collection
Subclasses of WeakEntry in org.apache.sis.util.collectionModifier and TypeClassDescriptionprivate final class
A weak reference to an element.private final class
An entry in theWeakValueHashMap
.Fields in org.apache.sis.util.collection declared as WeakEntryMethods in org.apache.sis.util.collection that return WeakEntryModifier and TypeMethodDescription(package private) static <E> WeakEntry<E>[]
Rehashes the given table.Methods in org.apache.sis.util.collection with parameters of type WeakEntryModifier and TypeMethodDescription(package private) static <E> int
Counts the number of entries in the given table.(package private) static <E> WeakEntry<E>[]
Rehashes the given table.(package private) final boolean
WeakEntry.removeFrom
(WeakEntry<E>[] table, int removeAt) Removes this entry from the given table of entries.Constructors in org.apache.sis.util.collection with parameters of type WeakEntry