public interface PluginContextID extends java.lang.Comparable<PluginContextID>
Modifier and Type | Method and Description |
---|---|
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.
|
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object