public interface FromString3<R>
extends java.io.Serializable
CharSequence -> CharSequence -> CharSequence -> a
Modifier and Type | Method and Description |
---|---|
R |
fromString3(int from,
int len,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3) |
R fromString3(int from, int len, java.lang.String s1, java.lang.String s2, java.lang.String s3)
from
- the starting index of this character token.len
- the length of this token.s1
- 1st string.s2
- 2nd string.s3
- 3rd string.