public class SplitResult
extends java.lang.Object
Constructor and Description |
---|
SplitResult(java.lang.String[] result) |
public java.lang.String get(int index)
index
- the index of the string to be returned.public int length()
public void set(int index, java.lang.String value)
index
- the index of the string to be set.