public static interface GetSegment.Builder
| Modifier and Type | Method and Description |
|---|---|
GetSegment |
build() |
java.lang.Integer |
index() |
GetSegment.Builder |
index(java.lang.Integer index) |
java.lang.String |
split() |
GetSegment.Builder |
split(java.lang.String split) |
GetSegment.Builder split(java.lang.String split)
split - The characters to split on.java.lang.String split()
GetSegment.Builder index(java.lang.Integer index)
index - The index of the split string result to return. 0 represents the segment before the first split character. -1 respresents the segment after the last split character.java.lang.Integer index()
GetSegment build()