Serialized Form
serialVersionUID: 1L
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.
_isDisabled
boolean _isDisabled
- Indicates if this stack context is disabled.
Package javolution.testing |
serialVersionUID: 1L
_message
java.lang.String _message
- Holds the associated message if any.
_expected
java.lang.Object _expected
- Holds the expected value.
_actual
java.lang.Object _actual
- Holds the actual value.
_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.
_testCase
TestCase _testCase
_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).
_chars0
char[] _chars0
_chars1
char[][] _chars1
_chars2
char[][][] _chars2
_chars3
char[][][][] _chars3
_capacity
int _capacity
- Holds the current capacity.
_length
int _length
- Holds the current length.
_unmodifiable
javolution.util.FastCollection.Unmodifiable _unmodifiable
- Holds the unmodifiable view (allocated in the same memory area as
this collection).
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.
_classAttributeName
java.lang.String _classAttributeName
- Holds the local name of the class attribute.
_classAttributeURI
java.lang.String _classAttributeURI
- Holds the URI of the class attribute if any.
_classToAlias
FastMap<K,V> _classToAlias
- Holds the class to name mapping.
_aliasToClass
FastMap<K,V> _aliasToClass
- Holds the name 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 - 2007 Javolution.