public class PluginContextIDImpl extends java.lang.Object implements PluginContextID
Constructor and Description |
---|
PluginContextIDImpl() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PluginContextID o) |
boolean |
equals(java.lang.Object o)
PluginContextID are used in Collections, so this method has to be
implemented in all its subclasses.
|
int |
hashCode()
PluginContextID are used in HashMaps, so this method has to be
implemented in all its subclasses.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
PluginContextID
hashCode
in interface PluginContextID
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
PluginContextID
equals
in interface PluginContextID
equals
in class java.lang.Object
public int compareTo(PluginContextID o)
compareTo
in interface java.lang.Comparable<PluginContextID>