public static final class Tuples.Tuple2<T1,T2> extends Object implements Comparable<Tuples.Tuple2<T1,T2>>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Tuples.Tuple2<T1,T2> that) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(Tuples.Tuple2<T1,T2> that)
compareTo
in interface Comparable<Tuples.Tuple2<T1,T2>>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.