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 Summary

    Modifier and Type
    Method
    Description
    default boolean
    matches(T other)
     
  • Method Details

    • matches

      default boolean matches(T other)