Serialized Form
-
Package org.htmlunit.cyberneko.util
-
Class org.htmlunit.cyberneko.util.FastHashMap extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream aInputStream) throws ClassNotFoundException, IOException
We have to overwrite the import due to the use of static object as marker- Throws:
IOException- when the reading from the source failsClassNotFoundException- in case we cannot restore a class
-
writeObject
private void writeObject(ObjectOutputStream aOutputStream) throws IOException
We have to overwrite the export due to the use of static object as marker- Throws:
IOException- when a problem during writing occurs
-
-
Serialized Fields
-
m_data_
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 IOException implements Serializable
-
-
Package org.htmlunit.cyberneko.xerces.xni
-
Class org.htmlunit.cyberneko.xerces.xni.XNIException extends RuntimeException implements Serializable
-
-
Package org.htmlunit.cyberneko.xerces.xni.parser
-
Class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException extends XNIException implements Serializable
-
Serialized Fields
-
identifier_
String identifier_
Identifier. -
type_
short type_
Exception type.
-
-
-
Class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException extends XNIException implements Serializable
-
Serialized Fields
-
baseSystemId_
String baseSystemId_
Base system identifier. -
characterOffset_
int characterOffset_
Character offset. -
columnNumber_
int columnNumber_
Column number. -
lineNumber_
int lineNumber_
Line number. -
literalSystemId_
String literalSystemId_
literal System identifier. -
publicId_
String publicId_
Public identifier. -
systemId_
String systemId_
System identifier.
-
-
-