Serialized Form
-
Package org.htmlunit.cyberneko.util
-
Class org.htmlunit.cyberneko.util.FastHashMap
class FastHashMap extends Object implements Serializable-
Serialization Methods
-
readObject
We have to overwrite the import due to the use of static object as marker- Parameters:
aInputStream
- the inputstream to read from- Throws:
IOException
- when the reading from the source failsClassNotFoundException
- in case we cannot restore a class
-
writeObject
We have to overwrite the export due to the use of static object as marker- Parameters:
aOutputStream
- the stream to write to- 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
-
Exception Class org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException
class MalformedURIException extends IOException implements Serializable
-
-
Package org.htmlunit.cyberneko.xerces.xni
-
Exception Class org.htmlunit.cyberneko.xerces.xni.XNIException
class XNIException extends RuntimeException implements Serializable- serialVersionUID:
- 7447489736019161121L
-
-
Package org.htmlunit.cyberneko.xerces.xni.parser
-
Exception Class org.htmlunit.cyberneko.xerces.xni.parser.XMLConfigurationException
class XMLConfigurationException extends XNIException implements Serializable-
Serialized Fields
-
identifier_
String identifier_
Identifier. -
type_
short type_
Exception type.
-
-
-
Exception Class org.htmlunit.cyberneko.xerces.xni.parser.XMLParseException
class XMLParseException extends XNIException implements Serializable-
Serialized Fields
-
baseSystemId_
String baseSystemId_
Base system identifier. -
characterOffset_
int characterOffset_
Character offset. -
columnNumber_
int columnNumber_
Column number. -
expandedSystemId_
String expandedSystemId_
expanded System identifier. -
lineNumber_
int lineNumber_
Line number. -
literalSystemId_
String literalSystemId_
literal System identifier. -
publicId_
String publicId_
Public identifier.
-
-
-