Class ATNConfigSet.ConfigEqualityComparator

    • Method Detail

      • hashCode

        public int hashCode​(ATNConfig o)
        Description copied from interface: EqualityComparator
        This method returns a hash code for the specified object.
        Parameters:
        o - The object.
        Returns:
        The hash code for obj.
      • equals

        public boolean equals​(ATNConfig a,
                              ATNConfig b)
        Description copied from interface: EqualityComparator
        This method tests if two objects are equal.
        Parameters:
        a - The first object to compare.
        b - The second object to compare.
        Returns:
        true if a equals b, otherwise false.