public class Kmp extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Kmp.AppendableWriter |
static class |
Kmp.TsonUtils |
| Modifier and Type | Method and Description |
|---|---|
static Kmp |
compile(char[] pattern) |
static Kmp |
compile(char[] pattern,
int offset,
int count) |
static Kmp |
compile(String pattern) |
int |
length() |
boolean |
next(char c) |
Kmp |
reset() |
int |
search(String text) |
Copyright © 2026 vpc open source initiative. All rights reserved.