J avolution v5.4 (J2SE 1.6+)

Serialized Form


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.PoolContext extends AllocatorContext implements Serializable

Class javolution.context.SecurityContext extends Context implements Serializable

Class javolution.context.StackContext extends AllocatorContext implements Serializable


Package javolution.testing

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

serialVersionUID: 1L

Class javolution.testing.JUnitContext extends TestContext implements Serializable

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.


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

_low

char[] _low

_high

char[][] _high

_length

int _length
Holds the current length.


_capacity

int _capacity
Holds current capacity.


Package javolution.util

Class javolution.util.FastBitSet extends FastCollection<Index> implements Serializable

serialVersionUID: 1L

Serialized Fields

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

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.QName extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_toString

java.lang.String _toString
Holds the string representation.

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

Serialized Fields

_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

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.4 (J2SE 1.6+)

Copyright © 2005 - 2009 Javolution.