Uses of Class
org.geotools.util.WeakHashSet
-
Packages that use WeakHashSet Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of WeakHashSet in org.geotools.api.data
Fields in org.geotools.api.data declared as WeakHashSet Modifier and Type Field Description protected 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 WeakHashSet Modifier and Type Method Description WeakHashSet<Identifier>
BatchFeatureEvent. 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.util Modifier and Type Class Description class
CanonicalSet<E>
A canonical set of objects, used to optimize memory use.
-