Interface PluginContextID

All Superinterfaces:
Comparable<PluginContextID>
All Known Implementing Classes:
PluginContextIDImpl

public interface PluginContextID extends Comparable<PluginContextID>
Represents an ID of a plugin context.
Author:
bfvdonge
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.
    int
    PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • equals

      boolean equals(Object o)
      PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.
      Overrides:
      equals in class Object
      Returns:
    • hashCode

      int hashCode()
      PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.
      Overrides:
      hashCode in class Object
      Returns: