Class PluginContextIDImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginContextIDImpl

        public PluginContextIDImpl()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Description copied from interface: PluginContextID
        PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.
        Specified by:
        hashCode in interface PluginContextID
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Description copied from interface: PluginContextID
        PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.
        Specified by:
        equals in interface PluginContextID
        Overrides:
        equals in class java.lang.Object