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 inheritTupleNhave 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,427 Bytes Line Count: 36 '\n' Characters Found
-
-
Field Summary
Serializable ID Modifier and Type Field protected static longserialVersionUID
-
-
-
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 theSerializableImplementation 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()
-
-