Serialized Form
Package edu.stanford.db.rdf.schema |
Package org.w3c.rdf.implementation.model |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the hashtable from
a stream. Only the keys and values are serialized since the
hash values may be different when the contents are restored.
Read count elements and insert into the hashtable.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- WriteObject is called to save the state of the hashtable to a stream.
Only the keys and values are serialized since the hash values may be
different when the contents are restored.
iterate over the contents and write out the keys and values.
loadFactor
float loadFactor
- The load factor for the hashtable.
multivalues
boolean multivalues
- true if multiple hash values allowed
threshold
int threshold
- Rehashes the table when count exceeds this threshold.
Package org.w3c.rdf.model |
Package org.w3c.rdf.syntax |
Package org.w3c.tools.crypt |
exception
java.lang.Exception exception
message
java.lang.String message
columnNumber
int columnNumber
lineNumber
int lineNumber
publicId
java.lang.String publicId
systemId
java.lang.String systemId