Serialized Form
-
Package eu.simuline.util
-
Class eu.simuline.util.EmptyCyclicListException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Class eu.simuline.util.FIFOList extends java.util.Vector<E> implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Class eu.simuline.util.NotYetImplementedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Class eu.simuline.util.SoftEnum extends java.lang.Object implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundExceptionPrevent default deserialization.- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
The name of this enum constant, as declared in the enum declaration. Most programmers should use theSoftEnum.toString()method rather than accessing this field. -
ordinal
int ordinal
The ordinal of this enumeration constant (its position in the enum declaration, where the initial constant is assigned an ordinal of zero). Most programmers will have no use for this field. It is designed for use by sophisticated enum-based data structures, such asEnumSetandEnumMap.
-
-