Interface Matchable<T>

  • All Known Implementing Classes:
    Attribute, AttributeSet, ConfigurationElement

    public interface Matchable<T>
    An interface for defining non-strict equality, e.g. such as attributes being of the same type but not necessarily having the same value. The default behaviour delegates to Object.equals(Object).
    Since:
    9.2
    Author:
    Tristan Tarrant
    • Method Detail

      • matches

        default boolean matches​(T other)