Class Id<T>

  • All Implemented Interfaces:
    Comparable<Id<T>>

    public abstract class Id<T>
    extends Object
    implements Comparable<Id<T>>
    Represents a unique identifier. Note that Ids should not contain any whitespace characters (spaces, tabs, newlines, ...), as this may lead to problems when Ids are written to file and read back in.
    Author:
    mrieser / Senozon AG