Package Torello.Java.Additional
Class TupleN
- java.lang.Object
-
- Torello.Java.Additional.MultiType
-
- Torello.Java.Additional.TupleN
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public abstract class TupleN extends MultiType
This is a parent class of the Tuple classes. (Tuple0 ... Tuple8
) All classes which inheritTupleN
have Read/Write, non-final, fields.- See Also:
- Serialized Form
Hi-Lited Source-Code:- View Here: Torello/Java/Additional/TupleN.java
- Open New Browser-Tab: Torello/Java/Additional/TupleN.java
File Size: 1,426 Bytes Line Count: 35 '\n' Characters Found
-
-
Field Summary
Serializable ID Modifier and Type Field protected static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
This fulfils the SerialVersion UID requirement for all classes that implement Java'sinterface java.io.Serializable
. Using theSerializable
Implementation offered by java is very easy, and can make saving program state when debugging a lot easier. It can also be used in place of more complicated systems like "hibernate" to store data as well.- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
protected static final long serialVersionUID = 1;
-
-
Method Detail
-
toImmutable
public abstract RetN toImmutable()
-
-