Interface Filterable


  • public interface Filterable
    This interface specifies method for entity filtering.
    • Method Detail

      • filter

        boolean filter​(String pattern,
                       Locale locale)
        This method should filter entities with a given pattern and Locale.
        Parameters:
        pattern - The pattern to search for.
        locale - The Locale for String comparison.
        Returns:
        If the implemented instance meet the search pattern.