public interface PluginDescriptorID extends java.lang.Comparable<PluginDescriptorID>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
ProvidedObjectIDs are used in Collections, so this method has to be
implemented in all its subclasses.
|
int |
hashCode()
ProvidedObjectIDs 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