@FunctionalInterface public interface SplitFunc<T>
Modifier and Type | Method | Description |
---|---|---|
T |
split(char[] data,
int start,
int end,
boolean atEOF) |
T split(@Nonnull char[] data, @Nonnegative int start, @Nonnegative int end, boolean atEOF) throws ScanException
ScanException
Copyright © 2018. All rights reserved.