public static final class Fun.Tuple6<A,B,C,D,E,F> extends Object implements Comparable<Fun.Tuple6<A,B,C,D,E,F>>, Serializable
| Modifier | Constructor and Description |
|---|---|
|
Tuple6(A a,
B b,
C c,
D d,
E e,
F f) |
protected |
Tuple6(SerializerBase serializer,
DataInput in,
SerializerBase.FastArrayList<Object> objectStack)
constructor used for deserialization
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Fun.Tuple6<A,B,C,D,E,F> o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final A a
public final B b
public final C c
public final D d
public final E e
public final F f
protected Tuple6(SerializerBase serializer, DataInput in, SerializerBase.FastArrayList<Object> objectStack) throws IOException
IOExceptionCopyright © 2024. All rights reserved.