Serialized Form


Package org.xshare.base

Class org.xshare.base.IllegaljKiskaArgumentException implements Serializable

Class org.xshare.base.IllegaljKiskaStateException implements Serializable

Class org.xshare.base.OverRunException implements Serializable


Package org.xshare.base.counter

Class org.xshare.base.counter.CounterException implements Serializable

Class org.xshare.base.counter.ResultTupleAlreadyInstalledException implements Serializable


Package org.xshare.base.collections

Class org.xshare.base.collections.SortedCollection implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream outStream)
                  throws java.io.IOException
Serialized Fields

usedComparator

java.util.Comparator usedComparator

currentSize

int currentSize
Contains the current number of elements contained in this collection.

incl
See Also:
SortedCollection.size()

mods

int mods
Holds the number of modifications of this collections instance. This is needed to implement a fail-fast iterator.


headNode

LinkedNode headNode

tailNode

LinkedNode tailNode



jKiska Base 0.2.1 Release Esche [http://jkiska.sourceforge.net]