public static class Quantifier.Range extends Object
| Modifier and Type | Method and Description |
|---|---|
static Quantifier.Range |
atLeast(int value) |
static Quantifier.Range |
between(int min,
int max) |
boolean |
equals(Object o) |
static Quantifier.Range |
exactly(int value) |
static Quantifier.Range |
onceOrNotAtAll() |
static Quantifier.Range |
oneOrMore() |
static Quantifier.Range |
zeroOrMore() |
public Range(int min,
Integer max)
public static Quantifier.Range onceOrNotAtAll()
public static Quantifier.Range zeroOrMore()
public static Quantifier.Range oneOrMore()
public static Quantifier.Range exactly(int value)
public static Quantifier.Range atLeast(int value)
public static Quantifier.Range between(int min, int max)
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.