Class FilterSet.Entry<E extends Filter>

    • Constructor Detail

      • Entry

        public Entry​(@Nonnull
                     E filter,
                     boolean include)
        Constructs a new entry
        Parameters:
        filter - the filter
        include - the include flag
    • Method Detail

      • getFilter

        @Nonnull
        public E getFilter()
        Returns the filter of this entry
        Returns:
        the filter
      • isInclude

        public boolean isInclude()
        Returns the 'include' flag of this entry
        Returns:
        the flag
      • dump

        public void dump​(@Nonnull
                         DumpContext ctx,
                         boolean isLast)
        Dumps some human readable information using the given context.
        Specified by:
        dump in interface Dumpable
        Parameters:
        ctx - the dump context
        isLast - specifies if this is the last element to dump on this level
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object