JUtil

Serialized Form


Package net.cscott.jutil

Class net.cscott.jutil.AggregateMapFactory extends MapFactory<K,V> implements Serializable

Serialized Fields

m

Map<K,V> m

Class net.cscott.jutil.AggregateSetFactory extends SetFactory<V> implements Serializable

Serialized Fields

m

Map<K,V> m

Class net.cscott.jutil.BitString extends Object implements Serializable

Serialized Fields

bits

int[] bits

Class net.cscott.jutil.Default.PairList extends AbstractList implements Serializable

Serialized Fields

left

Object left

right

Object right

Class net.cscott.jutil.LinearSet extends AbstractSet<E> implements Serializable

Serialized Fields

list

List<E> list

lf

ListFactory<V> lf

Class net.cscott.jutil.PersistentMap extends Object implements Serializable

Serialized Fields

root

net.cscott.jutil.PersistentMap.Node<K,V> root

c

Comparator<T> c

allocator

net.cscott.jutil.PersistentMap.Node.Allocator<K,V> allocator

Class net.cscott.jutil.WorkSet extends AbstractSet<E> implements Serializable

Serialized Fields

hm

HashMap<K,V> hm
Deprecated. 

listhead

net.cscott.jutil.WorkSet.EntryList<E> listhead
Deprecated. 

listfoot

net.cscott.jutil.WorkSet.EntryList<E> listfoot
Deprecated. 


JUtil

Copyright (c) 2006 C. Scott Ananian