Serialized Form
Package org.ozoneDB.collections |
serialVersionUID: 1l
key
java.lang.Object key
value
java.lang.Object value
serialVersionUID: 1l
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
serialVersionUID: 1l
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
owner
OzoneMap owner
mapIterator
java.util.Iterator mapIterator
serialVersionUID: 1l
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
owner
BaseList owner
pos
int pos
size
int size
last
int last
knownMod
int knownMod
owner
BaseList owner
knownMod
int knownMod
position
int position
lastReturned
int lastReturned
size
int size
subList
_BaseList_SubList subList
wrapped
OzoneListIterator wrapped
position
int position
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.
serialVersionUID: 1l
owner
BaseTreeMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
owner
BaseTreeMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
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.
serialVersionUID: 1l
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
owner
_BaseTreeMap_SubMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
owner
_BaseTreeMap_SubMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
owner
_BaseTreeMap_SubMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
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()
.
serialVersionUID: 1l
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
serialVersionUID: 1l
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.
serialVersionUID: 1l
owner
BaseTreeMap owner
serialVersionUID: 1l
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
serialVersionUID: 1l
color
int color
left
BaseTreeMap.Node left
right
BaseTreeMap.Node right
parent
BaseTreeMap.Node parent
serialVersionUID: 1l
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
serialVersionUID: 1l
serialVersionUID: 1l
keys
java.util.Set keys
- property for
AbstractOzoneMap.keySet()
.
values
java.util.Collection values
- property for
AbstractOzoneMap.values()
.
serialVersionUID: 1l
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.
serialVersionUID: 1l
backingMap
OzoneTreeMap backingMap
serialVersionUID: 1l
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
serialVersionUID: 1l
map
java.util.SortedMap map
- The SortedMap which backs this Set.
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
serialVersionUID: 1l
serialVersionUID: 1l
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
serialVersionUID: 1l
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
serialVersionUID: 1l
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
serialVersionUID: 1l
serialVersionUID: 1l
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
iterator
java.util.Iterator iterator
serialVersionUID: 1l
serialVersionUID: 1l
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
serialVersionUID: 1l
serialVersionUID: 1l
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
serialVersionUID: 1l
serialVersionUID: 1l
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.