Serialized Form


Package gausssoft.collections

Class gausssoft.collections.AltFilterCollection implements Serializable

Serialized Fields

root

Collection root
The backing collection.
 

Class gausssoft.collections.AltFilterIterator implements Serializable

Serialized Fields

coll

Collection coll
The backing collection to use for removing objects.
 

obj

Object obj
The object we're currently on.

init

boolean init
Indicates if we've been initialized yet.

Class gausssoft.collections.AltFilterList implements Serializable

Serialized Fields

root

List root
The backing list.
 

Class gausssoft.collections.AltFilterSet implements Serializable

Serialized Fields

root

Set root
The backing set.
 

Class gausssoft.collections.ArraySet implements Serializable

Class gausssoft.collections.FilterCollection implements Serializable

Serialized Fields

root

Collection root
Backing collection.
 

Class gausssoft.collections.FilterIterator implements Serializable

Serialized Fields

root

Iterator root
The backing iterator.
 

Class gausssoft.collections.FilterList implements Serializable

Serialized Fields

root

List root
The backing list.
 

Class gausssoft.collections.FilterListIterator implements Serializable

Serialized Fields

root

ListIterator root
The backing list iterator.
 

Class gausssoft.collections.FilterMap implements Serializable

Serialized Fields

root

Map root
The backing set.
 

Class gausssoft.collections.FilterSet implements Serializable

Serialized Fields

root

Set root
The backing set.
 

Class gausssoft.collections.FilterSortedMap implements Serializable

Serialized Fields

root

SortedMap root
The backing sorted set.
 

Class gausssoft.collections.MapEntry implements Serializable

Serialized Fields

key

Object key
The key.
 

value

Object value
The value.
 

Class gausssoft.collections.SynchronizedCollection implements Serializable

Serialized Fields

root

Collection root
Backing collection.
 

mutex

Object mutex
Object to synchronize on.
 

Class gausssoft.collections.SynchronizedList implements Serializable

Serialized Fields

root

List root
Backing list.
 

Class gausssoft.collections.SynchronizedMap implements Serializable

Serialized Fields

root

Map root
Backing map.
 

mutex

Object mutex
Object to synchronize on.
 

keySet

Set keySet

values

Collection values

entrySet

Set entrySet

Class gausssoft.collections.SynchronizedSet implements Serializable

Serialized Fields

root

Set root
Backing set.
 

Class gausssoft.collections.SynchronizedSortedMap implements Serializable

Serialized Fields

root

SortedMap root
Backing map.
 

Class gausssoft.collections.SynchronizedSortedSet implements Serializable

Serialized Fields

root

SortedSet root
Backing set.
 


Package gausssoft.lang

Class gausssoft.lang.ImplementationError implements Serializable

Serialized Fields

clazz

Class clazz
The class which is incorrectly implemented.
 

debug

String debug
A string containing debug info.
 

Class gausssoft.lang.WrappedRuntimeException implements Serializable

Serialized Fields

ex

Exception ex
The exception this object wraps around.
 


Package gausssoft.util

Class gausssoft.util.InstanceChecker implements Serializable

Serialized Fields

incl

boolean incl
Indicates if it is a match if the object is an instance of one the classes specified, or if it is a match if it is not an instance of any of the classes. In this case, true indicates it matches it if the object is of a class inclusive of this set.
 

classes

Set classes
The classes used by this InstanceChecker.
 

Class gausssoft.util.Stopwatch implements Serializable

Serialized Fields

elapsed

long elapsed
How many milliseconds have elapsed so far.
 

stamp

long stamp
Indicates the last time we updated the elapsed field. Will equal -1 if the Stopwatch is not running.