public static final class Fun.Tuple2<A,B> extends Object implements Comparable<Fun.Tuple2<A,B>>, Serializable
Modifier | Constructor and Description |
---|---|
|
Fun.Tuple2(A a,
B b) |
protected |
Fun.Tuple2(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack)
constructor used for deserialization
|
protected Fun.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 © 2014. All Rights Reserved.