public static final class Fun.Tuple2<A,B> extends Object implements Comparable<Fun.Tuple2<A,B>>, Serializable
Modifier | Constructor and Description |
---|---|
|
Tuple2(A a,
B b) |
protected |
Tuple2(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack)
constructor used for deserialization
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Fun.Tuple2<A,B> o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
protected Tuple2(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack) throws IOException
IOException
public int compareTo(Fun.Tuple2<A,B> o)
compareTo
in interface Comparable<Fun.Tuple2<A,B>>
Copyright © 2016. All rights reserved.