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.Objectpublic int hashCode()
PluginContextIDhashCode in interface PluginContextIDhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
PluginContextIDequals in interface PluginContextIDequals in class java.lang.Objectpublic int compareTo(PluginContextID o)
compareTo in interface java.lang.Comparable<PluginContextID>