public final class CalculateService extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value contains the patternValue or the referenceValue
|
static boolean |
endsWith(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value ends with the patternValue or the referenceValue
|
static boolean |
equal(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value is equal the patternValue or the referenceValue
|
static boolean |
startsWith(Pattern patternValue,
String referenceValue,
String currentValue)
check if the current value starts with the patternValue or the referenceValue
|
public static boolean contains(Pattern patternValue, String referenceValue, String currentValue)
patternValue - patternreferenceValue - reference valuecurrentValue - current valuepublic static boolean equal(Pattern patternValue, String referenceValue, String currentValue)
patternValue - patternreferenceValue - reference valuecurrentValue - current valuepublic static boolean startsWith(Pattern patternValue, String referenceValue, String currentValue)
patternValue - patternreferenceValue - reference valuecurrentValue - current valuepublic static boolean endsWith(Pattern patternValue, String referenceValue, String currentValue)
patternValue - patternreferenceValue - reference valuecurrentValue - current valueCopyright © 2016 FluentLenium. All Rights Reserved.