public static class Strings.Result extends Object
Strings.substring(java.lang.String, int, char).| Modifier and Type | Field and Description |
|---|---|
int |
next
The next index.
|
char |
separator
The separator found.
|
String |
token
The converted string.
|
public int next
public String token
public char separator
protected Result(int next,
String token,
char separator)
protected Result(int next,
char separator)
Copyright © 2018. All rights reserved.