Class InstanceID

  • All Implemented Interfaces:
    Serializable

    public final class InstanceID
    extends Object
    implements Serializable
    This class can be used as ID to mark instances of objects. This allows to track and identify objects and their clones.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • InstanceID

        public InstanceID()
        DefaultConstructor.
    • Method Detail

      • toString

        public String toString()
        Returns a simple string representation of this object to make is identifiable by human users.
        Overrides:
        toString in class Object
        Returns:
        the string representation.