Uses of Class
org.geotools.util.WeakHashSet

Packages that use WeakHashSet
org.geotools.data Defines the DataStoreAPI 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.data
 

Fields in org.geotools.data declared as WeakHashSet
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.data that return WeakHashSet
 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
 class CanonicalSet<E>
          A canonical set of objects, used to optimize memory use.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.