Class InPeriod<T extends DoubleValue>

  • All Implemented Interfaces:
    Filter<T>

    public class InPeriod<T extends DoubleValue>
    extends java.lang.Object
    implements Filter<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      InPeriod​(long afterSecondsSinceUnixEpoch, long beforeSecondsSinceUnixEpoch)  
      InPeriod​(Date after, Date before)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(Sample<T> item)  
      • Methods inherited from class java.lang.Object

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

      • InPeriod

        public InPeriod​(long afterSecondsSinceUnixEpoch,
                        long beforeSecondsSinceUnixEpoch)
      • InPeriod

        public InPeriod​(@NonNull
                        Date after,
                        @NonNull
                        Date before)