J avolution v5.2 (J2SE 1.5+)

Serialized Form


Package javolution

Class javolution.JavolutionError extends java.lang.Error implements Serializable

serialVersionUID: 1L


Package javolution.context

Class javolution.context.AllocatorContext extends Context implements Serializable

Class javolution.context.ConcurrentContext extends Context implements Serializable

Class javolution.context.ConcurrentException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_cause

java.lang.Throwable _cause
Holds the cause.

Class javolution.context.Context extends java.lang.Object implements Serializable

Serialized Fields

_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

Class javolution.context.HeapContext extends AllocatorContext implements Serializable

Class javolution.context.ImmortalContext extends AllocatorContext implements Serializable

Class javolution.context.LocalContext extends Context implements Serializable

Serialized Fields

_references

FastMap<K,V> _references
Holds any reference associated to this context (reference to referent mapping).

Class javolution.context.LogContext extends Context implements Serializable

Class javolution.context.PersistentContext extends Context implements Serializable

Serialized Fields

_idToValue

FastMap<K,V> _idToValue
Holds current id to value mapping.

Class javolution.context.SecurityContext extends Context implements Serializable

Class javolution.context.StackContext extends AllocatorContext implements Serializable

Serialized Fields

_isDisabled

boolean _isDisabled
Indicates if this stack context is disabled.


Package javolution.testing

Class javolution.testing.AssertionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_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.

Class javolution.testing.TestContext extends LogContext implements Serializable

Class javolution.testing.TimeContext extends TestContext implements Serializable

Serialized Fields

_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

Package javolution.text

Class javolution.text.Text extends java.lang.Object implements Serializable

Serialized Fields

_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).

Class javolution.text.TextBuilder extends java.lang.Object implements Serializable

Serialized Fields

_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.


Package javolution.util

Class javolution.util.FastCollection extends java.lang.Object implements Serializable

Serialized Fields

_unmodifiable

javolution.util.FastCollection.Unmodifiable _unmodifiable
Holds the unmodifiable view (allocated in the same memory area as this collection).

Class javolution.util.FastComparator extends java.lang.Object implements Serializable

Class javolution.util.FastList extends FastCollection<E> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class javolution.util.FastList.Node extends java.lang.Object implements Serializable

Serialized Fields

_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.

Class javolution.util.FastMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

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.

Class javolution.util.FastSet extends FastCollection<E> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class javolution.util.FastTable extends FastCollection<E> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class javolution.util.Index extends java.lang.Number implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected final java.lang.Object readResolve()
                                      throws java.io.ObjectStreamException
Ensures index unicity during deserialization.

Throws:
java.io.ObjectStreamException
Serialized Fields

_value

int _value
Holds the index position.

Class javolution.util.StandardLog extends LogContext implements Serializable

Serialized Fields

_logger

java.util.logging.Logger _logger
The logger associated to this logging context.


Package javolution.xml

Class javolution.xml.XMLBinding extends java.lang.Object implements Serializable

Serialized Fields

_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

Class javolution.xml.stream.XMLStreamException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

_nested

java.lang.Throwable _nested
Holds the nested exception if any.


_location

Location _location
Holds the location.


J avolution v5.2 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.