|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
TrackedIDFactory | A Factory which produces TrackedID flyweights. |
TrackedIDListener | Used to listen to the expiration of TrackedIDs |
Class Summary | |
---|---|
TrackedID | An ID which must be created via the TrackedIDFactory and implements the Flyweight pattern, ensuring that TrackedIDs with the same number are always the same object. |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |