Class AbstractLocator

    • Constructor Detail

      • AbstractLocator

        public AbstractLocator()
    • Method Detail

      • equals

        public boolean equals​(Object object)
        PUBLIC: Two LocatorIFs are considered equal if they have the same address and notation properties.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        PUBLIC: Returns the hashcode of the address property. All subclasses of AbstractLocator must use the same hashCode implementation in order to guarantee interoperability. E.g. when looking up LocatorIFs in Maps.
        Overrides:
        hashCode in class Object