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.Object
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class PersistExternalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class PersistExternalizable
java.io.IOException