public interface IMutableStringPair extends IStringPair
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
setString1(java.lang.String string)
Sets the first string to the given value.
|
void |
setString2(java.lang.String string)
Sets the second string to the given value.
|
asArray, asString, getString1, getString2
void setString1(java.lang.String string)
string
- The new value (may be null).void setString2(java.lang.String string)
string
- The new value (may be null).