InstanceTracker
A generic Set for tracking object instances.
This class is designed to augment a normal Set by allowing overriding implementations to customize tracking behavior, such as to implement AutoCloseable for automatic resource management.
Parameters
setCreator
Creator for the Set used to track instances.