protected static final 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.
|
int |
index(byte[] byteS,
int start,
int len) |
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 stringpublic int index(byte[] byteS,
int start,
int len)
Copyright © 2022 The Apache Software Foundation. All rights reserved.