Serialized Form


Package com.holub.database

Class com.holub.database.CachedTable extends Object implements Serializable

Serialized Fields

wrapped

Table wrapped

cache

LinkedList<E> cache

locked

com.holub.database.UnsafeTableOperations locked

unlocked

com.holub.database.UnsafeTableOperations unlocked

state

com.holub.database.UnsafeTableOperations state

activeIterators

int activeIterators

Class com.holub.database.CachingTable extends Object implements Serializable

Serialized Fields

locked

com.holub.database.CachingTable.UnsafeOperations locked

unlocked

com.holub.database.CachingTable.UnsafeOperations unlocked

state

com.holub.database.CachingTable.UnsafeOperations state

wrapped

Table wrapped

activeIterators

int activeIterators

cache

LinkedList<E> cache

Class com.holub.database.LockableTable extends Object implements Serializable

Serialized Fields

wrapped

Table wrapped

owner

Thread owner

requesters

LinkedList<E> requesters

activeUsers

int activeUsers

locked

Table locked

unlocked

Table unlocked

state

Table state

Class com.holub.database.LockableTable.AbortException extends RuntimeException implements Serializable

Class com.holub.database.LockableTable.OwnershipException extends RuntimeException implements Serializable

Class com.holub.database.ThreadSafeTable extends Object implements Serializable

Serialized Fields

wrapped

Table wrapped

locked

com.holub.database.UnsafeTableOperations locked

unlocked

com.holub.database.UnsafeTableOperations unlocked

state

com.holub.database.UnsafeTableOperations state

activeIterators

int activeIterators

Class com.holub.database.UnmodifiableTable extends Object implements Serializable

Serialized Fields

wrapped

Table wrapped

Package com.holub.text

Class com.holub.text.ParseFailure extends Exception implements Serializable

Serialized Fields

inputLine

String inputLine

inputPosition

int inputPosition

inputLineNumber

int inputLineNumber

Class com.holub.text.ParserException extends RuntimeException implements Serializable

Serialized Fields

offset

int offset

Package com.holub.tools

Class com.holub.tools.Assert.Failed extends RuntimeException implements Serializable

Class com.holub.tools.GridBag_panel extends Container implements Serializable

Class com.holub.tools.Int_queue.Empty extends com.holub.tools.Int_queue.Problem implements Serializable

Class com.holub.tools.Int_queue.Full extends com.holub.tools.Int_queue.Problem implements Serializable

Class com.holub.tools.Int_queue.Problem extends Exception implements Serializable

Class com.holub.tools.Money extends Object implements Serializable

Serialized Fields

value

int value

Class com.holub.tools.Segmented_LinkedList extends LinkedList implements Serializable

Class com.holub.tools.ThrowableContainer extends RuntimeException implements Serializable

Serialized Fields

contents

Throwable contents

Class com.holub.tools.Verify.Failed extends com.holub.tools.Assert.Failed implements Serializable