public interface FromString<R>
extends java.io.Serializable
CharSequence -> a
Modifier and Type | Method and Description |
---|---|
R |
fromString(int from,
int len,
java.lang.String s) |
R fromString(int from, int len, java.lang.String s)
from
- the starting index of this token.len
- the length of this token.s
- the string.