Module java.desktop

Class HTML.UnknownTag

    • Constructor Detail

      • UnknownTag

        public UnknownTag​(String id)
        Creates a new UnknownTag with the specified id.
        Parameters:
        id - the id of the new tag
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Compares this object to the specified object. The result is true if and only if the argument is not null and is an UnknownTag object with the same name.
        Overrides:
        equals in class Object
        Parameters:
        obj - the object to compare this tag with
        Returns:
        true if the objects are equal; false otherwise
        See Also:
        Object.hashCode(), HashMap