public static class Quantifier.Times extends Object
Pattern
can occur.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getFrom() |
int |
getTo() |
Time |
getWindowTime() |
int |
hashCode() |
static Quantifier.Times |
of(int from,
int to,
Time windowTime) |
static Quantifier.Times |
of(int times,
Time windowTime) |
public int getFrom()
public int getTo()
public Time getWindowTime()
public static Quantifier.Times of(int from, int to, @Nullable Time windowTime)
public static Quantifier.Times of(int times, @Nullable Time windowTime)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.