protected static class AbstractFilterStringColLikeStringScalar.MiddleChecker extends Object implements AbstractFilterStringColLikeStringScalar.Checker
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(byte[] byteS,
int start,
int len)
Checks whether the given string matches with its pattern.
|
public boolean check(byte[] byteS,
int start,
int len)
AbstractFilterStringColLikeStringScalar.Checkercheck in interface AbstractFilterStringColLikeStringScalar.CheckerbyteS - The byte array that contains the stringstart - The start position of the stringlen - The length of the stringCopyright © 2016 The Apache Software Foundation. All rights reserved.