public static final class Fun.Tuple3<A,B,C> extends Object implements Comparable<Fun.Tuple3<A,B,C>>, Serializable
| Modifier | Constructor and Description |
|---|---|
|
Tuple3(A a,
B b,
C c) |
protected |
Tuple3(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack,
int extra)
constructor used for deserialization, `extra` is added so the functions do not colide
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Fun.Tuple3<A,B,C> o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
protected Tuple3(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack, int extra) throws IOException
IOExceptionpublic int compareTo(Fun.Tuple3<A,B,C> o)
compareTo in interface Comparable<Fun.Tuple3<A,B,C>>Copyright © 2024. All rights reserved.