Class Quantifier.Times

  • Enclosing class:
    Quantifier

    public static class Quantifier.Times
    extends Object
    Describe the times this Pattern can occur.
    • Method Detail

      • getFrom

        public int getFrom()
      • getTo

        public int getTo()
      • getWindowTime

        public org.apache.flink.streaming.api.windowing.time.Time getWindowTime()
      • of

        public static Quantifier.Times of​(int from,
                                          int to,
                                          @Nullable
                                          org.apache.flink.streaming.api.windowing.time.Time windowTime)
      • of

        public static Quantifier.Times of​(int times,
                                          @Nullable
                                          org.apache.flink.streaming.api.windowing.time.Time windowTime)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object