|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Class goodslib.AnyArray extends Persistent implements Serializable |
Serialized Fields |
int used
used
holds the length of the array. The actual memory allocation
may be larger, but "used" many objects are seen from the outside
Class goodslib.ArrayOfBoolean extends AnyArray implements Serializable |
Serialized Fields |
byte[] array
array
holds the booleans in a byte []
Class goodslib.ArrayOfByte extends AnyArray implements Serializable |
Serialized Fields |
byte[] array
Class goodslib.ArrayOfChar extends AnyArray implements Serializable |
Serialized Fields |
char[] array
array
holds the chars in an []
Class goodslib.ArrayOfDouble extends AnyArray implements Serializable |
Serialized Fields |
double[] array
array
holds the doubles in an []
Class goodslib.ArrayOfFloat extends AnyArray implements Serializable |
Serialized Fields |
float[] array
array
holds the floats in an []
Class goodslib.ArrayOfInt extends AnyArray implements Serializable |
Serialized Fields |
int[] array
array
holds the ints in an []
Class goodslib.ArrayOfLong extends AnyArray implements Serializable |
Serialized Fields |
long[] array
array
holds the longs in an []
Class goodslib.ArrayOfObject extends AnyArray implements Serializable |
Serialized Fields |
Persistent[] array
array
holds the Persistents in an []
Class goodslib.ArrayOfShort extends AnyArray implements Serializable |
Serialized Fields |
short[] array
array
holds the shorts in an []
Class goodsjpi.AssertionFailed extends java.lang.Error implements Serializable |
Class goodsjpi.BasicMetaobject extends Metaobject implements Serializable |
Class goodslib.Blob extends Persistent implements Serializable |
Serialized Fields |
Blob next
Blob last
byte[] data
Class goodslib.Btree extends SetOwner implements Serializable |
Serialized Fields |
Bpage root
int height
int pageSize
Class goodsjpi.ClassDefinitionError extends java.lang.Error implements Serializable |
Class goodslib.ClassLibrary extends HashTable implements Serializable |
Class goodslib.CompileError extends java.lang.RuntimeException implements Serializable |
Class goodsjpi.ConnectionRefusedException extends java.io.IOException implements Serializable |
Class goodsjpi.Date extends java.util.Date implements Serializable |
Class goodsjpi.GoodsBrowser extends javax.swing.JPanel implements Serializable |
Serialized Fields |
Database db
Persistent root
javax.swing.JTree tree
javax.swing.tree.DefaultMutableTreeNode rootNode
javax.swing.tree.DefaultTreeModel treeModel
Server server
javax.swing.JFrame mainWindow
Class goodslib.HashTable extends Persistent implements Serializable |
Serialized Fields |
HashTableEntry[] table
int count
int threshold
float loadFactor
Class goodslib.Htree extends Persistent implements Serializable |
Serialized Fields |
HtreePage root
int count
int height
int hashSize
int pageBits
Class goodsjpi.InterruptedError extends java.lang.Error implements Serializable |
Class goodsjpi.Metaobject extends java.lang.Object implements Serializable |
Class goodslib.NoIndexException extends java.lang.RuntimeException implements Serializable |
Class goodsjpi.NotOwnerError extends java.lang.Error implements Serializable |
Class goodslib.ObjectClosure extends Persistent implements Serializable |
Serialized Fields |
byte[] buf
Class goodsjpi.OptimisticMetaobject extends BasicMetaobject implements Serializable |
Class goodslib.Ordered extends Persistent implements Serializable |
Class goodslib.OrderedSetOwner extends SetOwner implements Serializable |
Class goodsjpi.Persistent extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Serialized Fields |
Metaobject metaobject
Class goodslib.PersistentAbstractCollection extends Persistent implements Serializable |
Class goodslib.PersistentAbstractList extends PersistentAbstractCollection implements Serializable |
Serialized Fields |
int modCount
This field is used by the iterator and list iterator implementation returned by the iterator and listIterator methods. If the value of this field changes unexpectedly, the iterator (or list iterator) will throw a ConcurrentModificationException in response to the next, remove, previous, set or add operations. This provides fail-fast behavior, rather than non-deterministic behavior in the face of concurrent modification during iteration.
Use of this field by subclasses is optional. If a subclass wishes to provide fail-fast iterators (and list iterators), then it merely has to increment this field in its add(int, Object) and remove(int) methods (and any other methods that it overrides that result in structural modifications to the list). A single call to add(int, Object) or remove(int) must add no more than one to this field, or the iterators (and list iterators) will throw bogus ConcurrentModificationExceptions. If an implementation does not wish to provide fail-fast iterators, this field may be ignored.
Class goodslib.PersistentAbstractMap extends Persistent implements Serializable |
Class goodslib.PersistentAbstractSet extends PersistentAbstractCollection implements Serializable |
Class goodslib.PersistentArrayList extends PersistentAbstractList implements Serializable |
Serialized Fields |
Persistent[] elementData
int size
Class goodslib.PersistentComparator extends Persistent implements Serializable |
Class goodslib.PersistentHashMap extends PersistentAbstractMap implements Serializable |
Serialized Fields |
PersistentHashMap.HtreePage root
int count
int threshold
PersistentHashMap.Entry entries
int modCount
Class goodslib.PersistentHashSet extends PersistentAbstractSet implements Serializable |
Serialized Fields |
PersistentHashMap map
Class goodslib.PersistentString extends ArrayOfChar implements Serializable |
Class goodslib.PersistentTreeMap extends PersistentAbstractMap implements Serializable |
Serialized Fields |
goodslib.PersistentTreeMap.Bpage root
int height
goodslib.PersistentTreeMap.Entry first
goodslib.PersistentTreeMap.Entry last
PersistentComparator comparator
int modCount
int size
Class goodslib.PersistentTreeSet extends PersistentAbstractSet implements Serializable |
Serialized Fields |
PersistentTreeMap m
Class goodsjpi.PessimisticMetaobject extends BasicMetaobject implements Serializable |
Class goodsjpi.PessimisticRepeatableReadMetaobject extends PessimisticMetaobject implements Serializable |
Class goodslib.Rtree extends Persistent implements Serializable |
Serialized Fields |
int height
int n
RtreePage root
Class goodsjpi.SessionDisconnectedError extends java.lang.Error implements Serializable |
Class goodslib.SetMember extends Ordered implements Serializable |
Serialized Fields |
SetMember next
SetMember prev
SetOwner owner
Class goodslib.SetMemberKey extends SetMemberRef implements Serializable |
Serialized Fields |
char[] key
Class goodslib.SetMemberRef extends SetMember implements Serializable |
Serialized Fields |
Ordered obj
Class goodslib.SetOwner extends Persistent implements Serializable |
Serialized Fields |
SetMember first
SetMember last
int nMembers
Class goodslib.SpatialObject extends Persistent implements Serializable |
Serialized Fields |
double top
double left
double bottom
double right
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |