Serialized Form
Package javolution.context |
serialVersionUID: 1L
_cause
java.lang.Throwable _cause
- Holds the cause.
_owner
java.lang.Thread _owner
- Holds the current owner of this context or
null
if global
context.
_outer
Context _outer
- Holds the outer context or
null
if none (root context).
_factory
ObjectFactory<T> _factory
- Holds the factory having produced this context if any (for recycling
purpose upon exit).
_allocator
AllocatorContext _allocator
- Holds the inherited allocator context or
null
_references
FastMap<K,V> _references
- Holds any reference associated to this context (reference to
referent mapping).
_idToValue
FastMap<K,V> _idToValue
- Holds current id to value mapping.
Package javolution.testing |
serialVersionUID: 1L
_minimumPs
long _minimumPs
- Holds the minimum execution time in picoseconds.
_averagePs
long _averagePs
- Holds the average execution time in picoseconds.
_maximumPs
long _maximumPs
- Holds the maximum execution time in picoseconds.
_data
char[] _data
- Holds the raw data (primitive) or
null
(composite).
_count
int _count
- Holds the total number of characters.
_head
Text _head
- Holds the head block of character (composite).
_tail
Text _tail
- Holds the tail block of character (composite).
_low
char[] _low
_high
char[][] _high
_length
int _length
- Holds the current length.
_capacity
int _capacity
- Holds current capacity.
serialVersionUID: 1L
bits
long[] bits
- Holds the bits (64 bits per long).
_length
int _length
- Holds the length in words (long) of this bit set.
Any word at or above the current length should be ignored (assumed
to be zero).
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
_next
FastList.Node<E> _next
- Holds the next node.
_previous
FastList.Node<E> _previous
- Holds the previous node.
_value
java.lang.Object _value
- Holds the node value.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Requires special handling during de-serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
java.lang.ClassNotFoundException
- if the class for the object de-serialized
is not found.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Requires special handling during serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readResolve
protected final java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures index unicity during deserialization.
- Throws:
java.io.ObjectStreamException
_value
int _value
- Holds the index position.
_logger
java.util.logging.Logger _logger
- The logger associated to this logging context.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
_toString
java.lang.String _toString
- Holds the string representation.
_classAttribute
QName _classAttribute
- Holds the class attribute.
_classToAlias
FastMap<K,V> _classToAlias
- Holds the class to alias (QName) mapping.
_aliasToClass
FastMap<K,V> _aliasToClass
- Holds the alias (QName) to class mapping.
Package javolution.xml.stream |
serialVersionUID: 1L
_nested
java.lang.Throwable _nested
- Holds the nested exception if any.
_location
Location _location
- Holds the location.
Copyright © 2005 - 2009 Javolution.