[
https://issues.apache.org/jira/browse/FLINK-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045850#comment-14045850
]
ASF GitHub Bot commented on FLINK-888:
--------------------------------------
Github user uce commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/44#discussion_r14288928
--- Diff:
stratosphere-java/src/main/java/eu/stratosphere/api/java/tuple/Tuple2.java ---
@@ -99,6 +99,15 @@ public void setFields(T0 value0, T1 value1) {
this.f1 = value1;
}
+ /**
+ * Returns a shallow copy of the Tuple2 with swapped values.
+ *
+ * @return A Tuple2<T1, T0> shallow copy. Value0 and value1 are swapped.
+ */
+ public Tuple2<T1, T0> swapValues() {
+ // Swap values
--- End diff --
comment doesn't add any value
> Add swap() method to Tuple2
> ---------------------------
>
> Key: FLINK-888
> URL: https://issues.apache.org/jira/browse/FLINK-888
> Project: Flink
> Issue Type: Improvement
> Reporter: GitHub Import
> Assignee: Tobias
> Labels: github-import
> Fix For: pre-apache
>
>
> In line with Scala
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/888
> Created by: [StephanEwen|https://github.com/StephanEwen]
> Labels: enhancement, java api,
> Milestone: Release 0.6 (unplanned)
> Created at: Thu May 29 14:49:49 CEST 2014
> State: open
--
This message was sent by Atlassian JIRA
(v6.2#6252)