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 classA weak reference to an element.private final classAn 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> intCounts the number of entries in the given table.(package private) static <E> WeakEntry<E>[]Rehashes the given table.(package private) final booleanWeakEntry.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