protected static class ContextVector.Frequency
extends java.lang.Object
implements java.io.Externalizable
Modifier and Type | Field and Description |
---|---|
int |
count
The frequency value.
|
Constructor and Description |
---|
ContextVector.Frequency()
Create Frequency object.
|
Modifier and Type | Method and Description |
---|---|
void |
readExternal(java.io.ObjectInput in)
Read Frequency from object input.
|
void |
writeExternal(java.io.ObjectOutput out)
Write Frequency to object output.
|
public ContextVector.Frequency()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException