public abstract class PersistEntryNode extends PersistExternalizable
| Modifier | Constructor and Description |
|---|---|
protected |
PersistEntryNode() |
protected |
PersistEntryNode(FNode node) |
| Modifier and Type | Method and Description |
|---|---|
FID |
getFID() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
protected FID id
protected PersistEntryNode()
protected PersistEntryNode(FNode node)
public FID getFID()
public int hashCode()
hashCode in class java.lang.Objectpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class PersistExternalizablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class PersistExternalizablejava.io.IOException