@FunctionalInterface public static interface SplitFunctionTokenizer.SplitFunction
Modifier and Type | Method and Description |
---|---|
SplitFunctionTokenizer.SplitResult |
apply(int codepoint,
int index,
CharSequence cs)
Applies the split function.
|
SplitFunctionTokenizer.SplitResult apply(int codepoint, int index, CharSequence cs)
codepoint
- The codepoint to check.index
- The character index.cs
- The sequence that's being split.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.