Class CompoundFilter<T>

    • Method Detail

      • getFilter1

        public Filter<T> getFilter1()
        Returns the left Filter of this compound filter.
        Returns:
        The first Filter
      • getFilter2

        public Filter<T> getFilter2()
        Returns the second Filter of this compound filter.
        Returns:
        The second Filter
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object