Serialized Form

Class jds.collection.AVLTree implements Serializable

Serialized Fields

elementCount

int elementCount

root

jds.collection.AVLTree.AVLNode root

test

java.util.Comparator test


Class jds.util.BinaryNode implements Serializable

Serialized Fields

leftChild

BinaryNode leftChild
left child of node

rightChild

BinaryNode rightChild
right child of node

value

java.lang.Object value
value being held by node


Class jds.collection.BinarySearchTree implements Serializable

Serialized Fields

elementCount

int elementCount

root

jds.collection.BinarySearchTree.BSTNode root

test

java.util.Comparator test


Class jds.collection.BitSet implements Serializable

Serialized Fields

bits

long[] bits


Class jds.util.ButtonAdapter implements Serializable


Class jds.util.DoubleLink implements Serializable

Serialized Fields

next

DoubleLink next
the next and previous links

prev

DoubleLink prev
the next and previous links

value

java.lang.Object value
the value being held by this link


Class jds.util.GraphMaker implements Serializable

Serialized Fields

bmargin

int bmargin

h

int h

hasGrid

boolean hasGrid

lines

int[] lines

lmargin

int lmargin

repcount

int repcount

reps

java.util.Vector reps

rmargin

int rmargin

tmargin

int tmargin

w

int w

xcoeff

int xcoeff

xm

int xm

xmax

int xmax

ycoeff

int ycoeff

ym

int ym

ymax

int ymax


Class jds.collection.Hashtable implements Serializable

Serialized Fields

buckets

Bag[] buckets


Class jds.collection.Heap implements Serializable

Serialized Fields

elementData

Indexed elementData

test

java.util.Comparator test


Class jds.collection.IndexedDeque implements Serializable

Serialized Fields

elementCount

int elementCount

elementData

java.lang.Object[] elementData

firstFilled

int firstFilled


Class jds.collection.LinkedList implements Serializable

Serialized Fields

elementCount

int elementCount

firstLink

DoubleLink firstLink

sentinel

DoubleLink sentinel


Class jds.collection.MapAdapter implements Serializable

Serialized Fields

elementData

Bag elementData

test

java.util.Comparator test


Class jds.collection.OpenHashtable implements Serializable

Serialized Fields

elementCount

int elementCount

elementData

Indexed elementData


Class jds.collection.RingBufferQueue implements Serializable

Serialized Fields

firstFilled

jds.collection.RingBufferNode firstFilled

firstFree

jds.collection.RingBufferNode firstFree


Class jds.collection.SelfOrgList implements Serializable


Class jds.collection.SetAdapter implements Serializable

Serialized Fields

data

Bag data


Class jds.collection.SkewHeap implements Serializable

Serialized Fields

root

BinaryNode root

test

java.util.Comparator test


Class jds.collection.SkipList implements Serializable

Serialized Fields

bottom

LinkedList bottom

test

java.util.Comparator test

top

jds.collection.SkipList.SkipLink top


Class jds.collection.SortedList implements Serializable

Serialized Fields

elementData

LinkedList elementData

test

java.util.Comparator test


Class jds.collection.SortedVector implements Serializable

Serialized Fields

elementData

Indexed elementData

test

java.util.Comparator test


Class jds.collection.SparseMatrix implements Serializable

Serialized Fields

defaultValue

java.lang.Object defaultValue

rows

SparseVector rows


Class jds.collection.SparseVector implements Serializable

Serialized Fields

defaultValue

java.lang.Object defaultValue

elementData

Map elementData

elementSize

int elementSize


Class jds.collection.Vector implements Serializable

Serialized Fields

elementCount

int elementCount

elementData

java.lang.Object[] elementData


Class jds.util.VisualVector implements Serializable

Serialized Fields

display

java.awt.Panel display

elementData

Indexed elementData