T - public class IdentifiableObject<T> extends Object implements Identifiable
Identifiable that wraps another object.public IdentifiableObject(String ident, T data)
ident - the identitydata - the data to wrappublic String getID()
getID in interface Identifiablepublic boolean equals(Object obj)
IdentifiableIdentifiable is equal to a given Object
instance. Equality is defined by equality of the identifier.equals in interface Identifiableequals in class Objectobj - the object to compare to