Serialized Form


Package org.ozoneDB.collections

Class org.ozoneDB.collections._AbstractOzoneMap_AbstractOzoneNode extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Class org.ozoneDB.collections._AbstractOzoneMap_AbstractOzoneNode_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._AbstractOzoneMap_keySet_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._AbstractOzoneMap_values extends AbstractOzoneSet implements Serializable

Serialized Fields

owner

OzoneMap owner

Class org.ozoneDB.collections._AbstractOzoneMap_values_iterator extends java.lang.Object implements Serializable

Serialized Fields

mapIterator

java.util.Iterator mapIterator

Class org.ozoneDB.collections._AbstractOzoneMap_values_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseList_IteratorImpl extends org.ozoneDB.OzoneObject implements Serializable

Serialized Fields

owner

BaseList owner

pos

int pos

size

int size

last

int last

knownMod

int knownMod

Class org.ozoneDB.collections._BaseList_ListIteratorImpl extends org.ozoneDB.OzoneObject implements Serializable

Serialized Fields

owner

BaseList owner

knownMod

int knownMod

position

int position

lastReturned

int lastReturned

size

int size

Class org.ozoneDB.collections._BaseList_RandomAccessSubListImpl extends _BaseList_SubListImpl implements Serializable

Class org.ozoneDB.collections._BaseList_SubList_listIterator extends org.ozoneDB.OzoneObject implements Serializable

Serialized Fields

subList

_BaseList_SubList subList

wrapped

OzoneListIterator wrapped

position

int position

Class org.ozoneDB.collections._BaseList_SubListImpl extends BaseListImpl implements Serializable

Serialized Fields

backingList

BaseList backingList
The original list.


offset

int offset
The index of the first element of the sublist.


size

int size
The size of the sublist.

Class org.ozoneDB.collections._BaseTreeMap_entrySet extends AbstractOzoneSet implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner

Class org.ozoneDB.collections._BaseTreeMap_entrySet_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_keySet extends AbstractOzoneSet implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner

Class org.ozoneDB.collections._BaseTreeMap_keySet_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_OzoneTreeIteratorImpl extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner

type

int type
The type of this Iterator: AbstractOzoneMap#KEYS, AbstractOzoneMap#VALUES, or AbstractOzoneMap#ENTRIES.


knownMod

int knownMod
The number of modifications to the backing Map that we know about.


last

BaseTreeMap.Node last
The last Entry returned by a next() call.


next

BaseTreeMap.Node next
The next entry that should be returned by next().


max

BaseTreeMap.Node max
The last node visible to this iterator. This is used when iterating on a SubMap.

Class org.ozoneDB.collections._BaseTreeMap_OzoneTreeIteratorImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_SubMap_entrySet extends AbstractOzoneSet implements Serializable

Serialized Fields

owner

_BaseTreeMap_SubMap owner

Class org.ozoneDB.collections._BaseTreeMap_SubMap_entrySet_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_SubMap_keySet extends AbstractOzoneSet implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

_BaseTreeMap_SubMap owner

Class org.ozoneDB.collections._BaseTreeMap_SubMap_keySet_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_SubMap_values extends AbstractOzoneCollection implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

_BaseTreeMap_SubMap owner

Class org.ozoneDB.collections._BaseTreeMap_SubMap_values_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_SubMapImpl extends AbstractOzoneMap implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner
underlying BaseTreeMap.


minKey

java.lang.Object minKey
The lower range of this view, inclusive, or nil for unbounded. Package visible for use by nested classes.


maxKey

java.lang.Object maxKey
The upper range of this view, exclusive, or nil for unbounded. Package visible for use by nested classes.


entries

OzoneSet entries
The cache for _BaseTreeMap_SubMapImpl.entrySet().

Class org.ozoneDB.collections._BaseTreeMap_SubMapImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._BaseTreeMap_TreeIterator extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner

type

int type
The type of this Iterator: AbstractOzoneMap#KEYS, AbstractOzoneMap#VALUES, or AbstractOzoneMap#ENTRIES.


knownMod

int knownMod
The number of modifications to the backing Map that we know about.


last

BaseTreeMap.Node last
The last Entry returned by a next() call.


next

BaseTreeMap.Node next
The next entry that should be returned by next().


max

BaseTreeMap.Node max
The last node visible to this iterator. This is used when iterating on a SubMap.

Class org.ozoneDB.collections._BaseTreeMap_values extends AbstractOzoneCollection implements Serializable

serialVersionUID: 1l

Serialized Fields

owner

BaseTreeMap owner

Class org.ozoneDB.collections._BaseTreeMap_values_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections._NodeTreeMap_OzoneNodeImpl extends _AbstractOzoneMap_AbstractOzoneNode implements Serializable

serialVersionUID: 1l

Serialized Fields

color

int color

left

BaseTreeMap.Node left

right

BaseTreeMap.Node right

parent

BaseTreeMap.Node parent

Class org.ozoneDB.collections._NodeTreeMap_OzoneNodeImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.AbstractOzoneCollection extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.AbstractOzoneMap extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

keys

java.util.Set keys
property for AbstractOzoneMap.keySet().


values

java.util.Collection values
property for AbstractOzoneMap.values().

Class org.ozoneDB.collections.AbstractOzoneSet extends AbstractOzoneCollection implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.BaseListImpl extends AbstractOzoneCollection implements Serializable

Serialized Fields

modCount

int modCount
A count of the number of structural modifications that have been made to the list (that is, insertions and removals). Structural modifications are ones which change the list size or affect how iterations would behave. This field is available for use by Iterator and ListIterator, in order to throw a ConcurrentModificationException in response to the next operation on the iterator. This fail-fast behavior saves the user from many subtle bugs otherwise possible from concurrent modification during iteration.

To make lists fail-fast, increment this field by just 1 in the add(int, Object) and remove(int) methods. Otherwise, this field may be ignored.

Class org.ozoneDB.collections.BasePropertiesImpl extends org.ozoneDB.OzoneObject implements Serializable

serialVersionUID: 1l

Serialized Fields

backingMap

OzoneTreeMap backingMap

Class org.ozoneDB.collections.BaseTreeMapImpl extends AbstractOzoneMap implements Serializable

serialVersionUID: 1l

Serialized Fields

root

BaseTreeMap.Node root
The root node of this TreeMap.


size

int size
The size of this TreeMap.


entries

java.util.Set entries
The cache for BaseTreeMapImpl.entrySet().


modCount

int modCount
Counts the number of modifications this TreeMap has undergone, used by Iterators to know when to throw ConcurrentModificationExceptions.


comparator

java.util.Comparator comparator
This TreeMap's comparator, or null for natural ordering.

the comparator ordering this tree, or null

Class org.ozoneDB.collections.BaseTreeSetImpl extends AbstractOzoneSet implements Serializable

serialVersionUID: 1l

Serialized Fields

map

java.util.SortedMap map
The SortedMap which backs this Set.

Class org.ozoneDB.collections.FullLinkedListImpl extends BaseListImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes this object from the given stream.

Serial Data:
the size of the list (int), followed by all the elements (Object) in proper order
Throws:
java.lang.ClassNotFoundException - if the underlying stream fails
java.io.IOException - if the underlying stream fails

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serializes this object to the given stream.

Serial Data:
the size of the list (int), followed by all the elements (Object) in proper order
Throws:
java.io.IOException - if the underlying stream fails

Class org.ozoneDB.collections.FullPropertiesImpl extends BasePropertiesImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.FullPropertiesImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.FullTreeMapImpl extends BaseTreeMapImpl implements Serializable

serialVersionUID: 1l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes this object from the given stream.

Serial Data:
the size (int), followed by key (Object) and value (Object) pairs in sorted order
Throws:
java.lang.ClassNotFoundException - if the underlying stream fails
java.io.IOException - if the underlying stream fails

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serializes this object to the given stream.

Serial Data:
the size (int), followed by key (Object) and value (Object) pairs in sorted order
Throws:
java.io.IOException - if the underlying stream fails

Class org.ozoneDB.collections.FullTreeMapImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.FullTreeSetImpl extends BaseTreeSetImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.FullTreeSetImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.IteratorEnumerationAdaptor extends java.lang.Object implements Serializable

Serialized Fields

iterator

java.util.Iterator iterator

Class org.ozoneDB.collections.NodePropertiesImpl extends BasePropertiesImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.NodePropertiesImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.NodeTreeMapImpl extends BaseTreeMapImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.NodeTreeMapImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class org.ozoneDB.collections.NodeTreeSetImpl extends BaseTreeSetImpl implements Serializable

serialVersionUID: 1l

Class org.ozoneDB.collections.NodeTreeSetImpl_Proxy extends org.ozoneDB.OzoneProxy implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException



Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.