public interface ProMID extends java.lang.Comparable<ProMID>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
ProMID are used in Collections, so this method has to be implemented in
all its subclasses.
|
boolean |
equalsIgnoreType(java.lang.Object o)
Determines equality between this ProMID and any given object.
|
java.util.UUID |
getUUID()
Returns a UUID that is used for this object.
|
int |
hashCode()
ProMID are used in HashMaps, so this method has to be implemented in all
its subclasses.
|
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
boolean equalsIgnoreType(java.lang.Object o)
o
- the object to compare the string representation withjava.util.UUID getUUID()