Uses of Class
org.geotools.util.WeakHashSet
Packages that use WeakHashSet
Package
Description
Defines the DataStore API via which all data is imported or exported.
Contains utilities and addition to the collection framework.
-
Uses of WeakHashSet in org.geotools.api.data
Fields in org.geotools.api.data declared as WeakHashSetModifier and TypeFieldDescriptionprotected WeakHashSet<Identifier>
BatchFeatureEvent.fids
This is a weak hash set as we don't need to track changes on FeatureIds that are not being used by the client to track selection.Methods in org.geotools.api.data that return WeakHashSetModifier and TypeMethodDescriptionBatchFeatureEvent.getCreatedFeatureIds()
This is the set of Identifiers that have been created over the course of this operation. -
Uses of WeakHashSet in org.geotools.util
Subclasses of WeakHashSet in org.geotools.utilModifier and TypeClassDescriptionclass
CanonicalSet<E>
A canonical set of objects, used to optimize memory use.