Package Torello.Java.Additional
Class RetN
- java.lang.Object
-
- Torello.Java.Additional.MultiType
-
- Torello.Java.Additional.RetN
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public abstract class RetN extends MultiType
This is the parent class of the 'Multiple Return Type' classes. (Ret0 ... Ret8
) All classes which inheritRetN
have ReadOnly,final
, fields.- See Also:
- Serialized Form
Hi-Lited Source-Code:- View Here: Torello/Java/Additional/RetN.java
- Open New Browser-Tab: Torello/Java/Additional/RetN.java
File Size: 1,846 Bytes Line Count: 44 '\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
-
toModifiable
public abstract TupleN toModifiable()
-
-