Serialized Form
-
Package org.htmlunit.cyberneko.util
-
Class org.htmlunit.cyberneko.util.FastHashMap extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream aInputStream) throws java.lang.ClassNotFoundException, java.io.IOException
We have to overwrite the import due to the use of static object as marker- Throws:
java.io.IOException
- when the reading from the source failsjava.lang.ClassNotFoundException
- in case we cannot restore a class
-
writeObject
private void writeObject(java.io.ObjectOutputStream aOutputStream) throws java.io.IOException
We have to overwrite the export due to the use of static object as marker- Throws:
java.io.IOException
- when a problem during writing occurs
-
-
Serialized Fields
-
m_data_
java.lang.Object[] m_data_
Keys and values -
m_fillFactor_
float m_fillFactor_
Fill factor, must be between (0 and 1) -
m_mask_
int m_mask_
Mask to calculate the original position -
m_mask2_
int m_mask2_
Mask to wrap the actual array pointer -
m_size_
int m_size_
Current map size -
m_threshold_
int m_threshold_
We will resize a map once it reaches this size
-
-
-
-
Package org.htmlunit.cyberneko.xerces.util
-
Class org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException extends java.io.IOException implements Serializable
-
-
Package org.htmlunit.cyberneko.xerces.xni
-
Class org.htmlunit.cyberneko.xerces.xni.XNIException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7447489736019161121L
-
-
Package org.htmlunit.cyberneko.xerces.xni.parser
-
Class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException extends XNIException implements Serializable
-
Serialized Fields
-
identifier_
java.lang.String identifier_
Identifier. -
type_
short type_
Exception type.
-
-
-
Class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException extends XNIException implements Serializable
-
Serialized Fields
-
baseSystemId_
java.lang.String baseSystemId_
Base system identifier. -
characterOffset_
int characterOffset_
Character offset. -
columnNumber_
int columnNumber_
Column number. -
expandedSystemId_
java.lang.String expandedSystemId_
expanded System identifier. -
lineNumber_
int lineNumber_
Line number. -
literalSystemId_
java.lang.String literalSystemId_
literal System identifier. -
publicId_
java.lang.String publicId_
Public identifier.
-
-
-