Constructor and Description |
---|
StringPair(String leftValue,
String rightValue) |
Modifier and Type | Method and Description |
---|---|
String |
getLeftValue() |
String |
getRightValue() |
Pair<String,String> |
swap()
Gives a pair that swaps the values of the current tuple
|
@ConstructorProperties(value={"leftValue","rightValue"}) public StringPair(String leftValue, String rightValue)
public String getLeftValue()
getLeftValue
in interface Pair<String,String>
public String getRightValue()
getRightValue
in interface Pair<String,String>
Copyright © 2016–2019 AdroitLogic. All rights reserved.