|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoka.lang.Object
moka.io.Serializable
moka.util.SerialEntry
Class SerialEntry
represents a SerialList entry.
Field Summary | |
protected Serializable |
element
The object linked to this entry. |
protected SerialEntry |
next
The next entry in the LinkedList. |
Constructor Summary | |
SerialEntry(Serializable element,
SerialEntry next)
Creates a new SerialEntry for the specified element. |
Methods inherited from class moka.io.Serializable |
deserialize, serialize |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Serializable element
protected SerialEntry next
Constructor Detail |
public SerialEntry(Serializable element, SerialEntry next)
element
- The specified elementnext
- The next entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |