Uses of Interface
org.sourceforge.jemm.client.id.TrackedIDFactory

Packages that use TrackedIDFactory
org.sourceforge.jemm.client   
org.sourceforge.jemm.client.id   
 

Uses of TrackedIDFactory in org.sourceforge.jemm.client
 

Constructors in org.sourceforge.jemm.client with parameters of type TrackedIDFactory
TrackingDatabase(Database delegate, TrackedIDFactory idFactory)
           
 

Uses of TrackedIDFactory in org.sourceforge.jemm.client.id
 

Classes in org.sourceforge.jemm.client.id that implement TrackedIDFactory
 class TrackedIDFactoryImpl
          A Factory which creates a Flyweight of TrackedIDs such that two different ID objects, new ID(1) and new ID(1) will both map to the same TrackedID(1) object.
 



Copyright © 2009. All Rights Reserved.