Interface PluginContextID
-
- All Superinterfaces:
java.lang.Comparable<PluginContextID>
- All Known Implementing Classes:
PluginContextIDImpl
public interface PluginContextID extends java.lang.Comparable<PluginContextID>
Represents an ID of a plugin context.- Author:
- bfvdonge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
equals
boolean equals(java.lang.Object o)
PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.- Overrides:
equals
in classjava.lang.Object
- Returns:
-
hashCode
int hashCode()
PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
-
-