Pair - apache/ctakes GitHub Wiki
Why oh why is there not a simple immutable class representing a pair of values in the jdk ?
- Author: SPF , chip-nlp
- Version: %I%
-
Since: 7/22/2016
-
Parameters:
-
value1not null -
value2not null
-
-
Returns: the first value in the Pair
-
Returns: the second value in the Pair
-
Returns: the first value as a String followed by a comma followed by the second value as a String.
-
Parameters:
-
other-
-
- Returns: true iff the other object is a Pair and its values equal this Pair's values