public class StringPair extends Pair<String,String>
Strings.| Constructor and Description |
|---|
StringPair(String one,
String two)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStringOne()
Deprecated.
|
String |
getStringTwo()
Deprecated.
|
String |
toString()
Deprecated.
|