protected static class AbstractFilterStringColLikeStringScalar.EndChecker 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.Checker
check
in interface AbstractFilterStringColLikeStringScalar.Checker
byteS
- The byte array that contains the stringstart
- The start position of the stringlen
- The length of the stringCopyright © 2017 The Apache Software Foundation. All rights reserved.