Class QuarterMatch

  • All Implemented Interfaces:
    Matchable<java.util.Date>, java.io.Serializable

    public class QuarterMatch
    extends java.lang.Object
    implements Matchable<java.util.Date>, java.io.Serializable
    Since:
    3.9.0
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QuarterMatch​(int min, int max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.util.Date value)  
      • Methods inherited from class java.lang.Object

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

      • QuarterMatch

        public QuarterMatch​(int min,
                            int max)
    • Method Detail

      • match

        public boolean match​(java.util.Date value)
        Specified by:
        match in interface Matchable<java.util.Date>