Class FiltersUtil


  • public final class FiltersUtil
    extends java.lang.Object
    Utilities for Filters and associated objects
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean filtersEqual​(Filters o1, Filters o2)
      An implementation of Object.equals(Object) for Filters objects, which are generated by JAXB and thus don't have this method and shouldn't be manually modified.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • filtersEqual

        public static boolean filtersEqual​(Filters o1,
                                           Filters o2)
        An implementation of Object.equals(Object) for Filters objects, which are generated by JAXB and thus don't have this method and shouldn't be manually modified. (It is apparently possible to have this generated, but I didn't look too hard into it.).
        Returns: