|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.io.Serializable | +--moka.util.SerialEntry
Class SerialEntry
represents a SerialList entry.
Field Summary | |
protected moka.io.Serializable |
element
The object linked to this entry. |
protected moka.util.SerialEntry |
next
The next entry in the LinkedList. |
Constructor Summary | |
SerialEntry(moka.io.Serializable element,
moka.util.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 moka.io.Serializable element
protected moka.util.SerialEntry next
Constructor Detail |
public SerialEntry(moka.io.Serializable element, moka.util.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 |