Class SubtreeSpecification.FilterRefinement

  • Enclosing class:
    SubtreeSpecification

    public static final class SubtreeSpecification.FilterRefinement
    extends Object
    A refinement which uses a search filter.
    • Method Detail

      • equals

        public boolean equals​(Object obj)
      • hashCode

        public int hashCode()
      • matches

        public boolean matches​(Entry entry)
        Check if the refinement matches the given entry.
        Parameters:
        entry - The filterable entry.
        Returns:
        Returns true if the entry matches the refinement, or false otherwise.
      • toString

        public StringBuilder toString​(StringBuilder builder)
        Append the string representation of the refinement to the provided strin builder.
        Parameters:
        builder - The string builder.
        Returns:
        The string builder.