Class TimeRangeThreadFilter.TimeRangePredicate

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TimeRangePredicate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(IItem o)
      Tests an object.
      private boolean intersects​(IItem o, Range range)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeRangePredicate

        private TimeRangePredicate()
    • Method Detail

      • evaluate

        public boolean evaluate​(IItem o)
        Description copied from interface: IPredicate
        Tests an object.
        Specified by:
        evaluate in interface IPredicate<IItem>
        Parameters:
        o - object to test
        Returns:
        the test result, true or false
      • intersects

        private boolean intersects​(IItem o,
                                   Range range)