A B C D E F G H I J L M N O P Q R S T U V W Y Z

A

absolute(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
AbstractResultSet - class org.gjt.rec.jdbc.AbstractResultSet.
An abstract implementation of the ResultSet interface that throws unsupported operation exceptions in every method implementation allowing derived classes to implement as many or as few of the ResultSet methods as desired.
AbstractResultSet() - Constructor for class org.gjt.rec.jdbc.AbstractResultSet
 
AbstractResultSetMetaData - class org.gjt.rec.jdbc.AbstractResultSetMetaData.
An abstract implementation of the ResultSetMetaData interface that throws unsupported operation exceptions in every method implementation allowing derived classes to implement as many or as few of the ResultSetMetaData methods as desired.
AbstractResultSetMetaData() - Constructor for class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
AbstractSettings - class org.gjt.rec.util.AbstractSettings.
Implements listener support for implementations of the Settings interface.
AbstractSettings() - Constructor for class org.gjt.rec.util.AbstractSettings
 
add(int, Object) - Method in class org.gjt.rec.util.HomogeneousList
 
add(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
add(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Appends a partciular element to a particular array.
addAll(Collection) - Method in class org.gjt.rec.util.HomogeneousList
 
addAll(int, Collection) - Method in class org.gjt.rec.util.HomogeneousList
 
addComparableObjects(Object[]) - Method in class org.gjt.rec.testing.ComparatorTest
Adds an array of comparable objects for the comparator to work with.
addSettingsListener(SettingsListener) - Method in interface org.gjt.rec.util.Settings
Registers a listener with this settings object so that it receives notification when this settings object changes.
addSettingsListener(SettingsListener) - Method in class org.gjt.rec.util.AbstractSettings
 
afterLast() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
ArrayIterator - class org.gjt.rec.util.ArrayIterator.
An Iterator that iterates over the elements of an array.
ArrayIterator(Object) - Constructor for class org.gjt.rec.util.ArrayIterator
Constructs a new array iterator that can iterate over the elements of an array.
Arrayz - class org.gjt.rec.util.Arrayz.
A toolbox full of tools for manupulating arrays.

B

BaseSettings - class org.gjt.rec.util.BaseSettings.
BaseSettings is a default implementation of the Settings interface.
BaseSettings() - Constructor for class org.gjt.rec.util.BaseSettings
 
beforeFirst() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
Booleans - class org.gjt.rec.util.Booleans.
A toolbox of tools that work with boolean and Boolean.
Booleans.FlagType - class org.gjt.rec.util.Booleans.FlagType.
 
borrowObject() - Method in class org.gjt.rec.util.ObjectPool
Borrows an object from this object pool.

C

Cache - interface org.gjt.rec.cache.Cache.
The interface implemented by all caches.
CacheElementSource - interface org.gjt.rec.cache.CacheElementSource.
The interface implemented by objects that provide cache elements to a cache.
Caches - class org.gjt.rec.cache.Caches.
Utility methods for caches.
CacheTest - class org.gjt.rec.testing.CacheTest.
Contains test methods that check that a cache fulfils its contractual obligations as specified by the javadoc comments on the methods of the Cache interface.
CacheTest(String, Cache) - Constructor for class org.gjt.rec.testing.CacheTest
Create a new cache test with the supplied name, working with the specified cache.
cancelRowUpdates() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
ClassComparator - class org.gjt.rec.util.ClassComparator.
Comparator that compares classes using their names.
ClassRevision - class org.gjt.rec.version.ClassRevision.
A ClassRevision holds the name of a class and its revision number.
ClassRevision(String, String) - Constructor for class org.gjt.rec.version.ClassRevision
Constructs a new ClassRevision object.
clear() - Method in interface org.gjt.rec.util.Stack
Removes all elements from this stack, making it empty.
clear() - Method in class org.gjt.rec.util.ListStack
 
clear() - Method in class org.gjt.rec.util.HomogeneousList
 
clearWarnings() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
close() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
ComparatorTest - class org.gjt.rec.testing.ComparatorTest.
Contains test methods that check that a comparator fulfils its contractual obligations as specified by the javadoc comments on the compare(Object, Object) method of the Comparator interface.
ComparatorTest(String, Comparator) - Constructor for class org.gjt.rec.testing.ComparatorTest
Create a new comparator test with the supplied name, working with the specified comparator.
compare(Object, Object) - Method in class org.gjt.rec.util.ToStringComparator
 
compare(Object, Object) - Method in class org.gjt.rec.util.ClassComparator
 
compareTo(Object) - Method in class org.gjt.rec.util.Enum
 
compareTo(Object) - Method in class org.gjt.rec.version.ClassRevision
 
contains(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
contains(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Checks for the presence of a particular element in a particular array.
containsAll(Collection) - Method in class org.gjt.rec.util.HomogeneousList
 
COPYRIGHT - Static variable in class org.gjt.rec.Main
 
COPYRIGHT - Static variable in class org.gjt.rec.jdbc.QueryResults
 
COPYRIGHT - Static variable in interface org.gjt.rec.jdbc.QueryResult
 
COPYRIGHT - Static variable in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
COPYRIGHT - Static variable in class org.gjt.rec.jdbc.AbstractResultSet
 
COPYRIGHT - Static variable in class org.gjt.rec.util.ObjectPool
 
COPYRIGHT - Static variable in interface org.gjt.rec.util.ObjectFactory
 
COPYRIGHT - Static variable in class org.gjt.rec.io.FilePath
 
COPYRIGHT - Static variable in class org.gjt.rec.version.RevisionIntrospector
 
COPYRIGHT - Static variable in class org.gjt.rec.version.ClassRevision
 
COPYRIGHT - Static variable in class org.gjt.rec.thread.Workforce
 

D

DELETE - Static variable in class org.gjt.rec.util.SettingsEvent.Type
 
deleteRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
determineType() - Method in class org.gjt.rec.io.FilePath.PathElement
Determines the Type of this path element.
DuplicateEnumIdException - exception org.gjt.rec.util.DuplicateEnumIdException.
Thrown to indicate that another Enum instance has already been constructed for the specified class and id.

E

element(Object) - Method in interface org.gjt.rec.cache.CacheElementSource
Obtains a cache element given the id of that element.
elementCount() - Method in class org.gjt.rec.cache.TagCache
 
elementCount() - Method in class org.gjt.rec.cache.MapCache
 
elementCount() - Method in interface org.gjt.rec.cache.Cache
 
EmptyEnumeration - class org.gjt.rec.util.EmptyEnumeration.
An enumeration with no elements.
EmptyIterator - class org.gjt.rec.util.EmptyIterator.
An iterator with no elements.
Enum - class org.gjt.rec.util.Enum.
Base class implementing all Enum features.
Enum(String) - Constructor for class org.gjt.rec.util.Enum
Construct an instance and put it in an instance dictionary that is separate for each subclass of Enum.
EnumerationIterator - class org.gjt.rec.util.EnumerationIterator.
An iterator that iterates over the elements in an Enumeration.
EnumerationIterator(Enumeration) - Constructor for class org.gjt.rec.util.EnumerationIterator
Constructs a new EnumerationIterator with a particular enumeration.
equals(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
equals(Object) - Method in class org.gjt.rec.util.Enum
Uses reference equality to compare objects because all instances are resolved to the declared instances even after deserialization.
equals(Object) - Method in class org.gjt.rec.io.FilePath
 
equals(Object) - Method in class org.gjt.rec.io.FilePath.PathElement
 
equals(Object) - Method in class org.gjt.rec.version.ClassRevision
 
equals(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Compares two arrays to see if they are equal.

F

FilePath - class org.gjt.rec.io.FilePath.
Parses a classpath or sourcepath separated by the path seperator for the platform (typically either colon or semicolon) into a list of path elements, which can be folders, JAR files or ZIP files.
FilePath.PathElement - class org.gjt.rec.io.FilePath.PathElement.
Represents a single element of a FilePath.
FilePath.PathElement.Type - class org.gjt.rec.io.FilePath.PathElement.Type.
Enumerated type for representing the type of a path element.
FilePath(String) - Constructor for class org.gjt.rec.io.FilePath
Constructs a new FilePath from a particular path string but using the default element separator for the platform.
FilePath(String, String) - Constructor for class org.gjt.rec.io.FilePath
Constructs a new FilePath from a particular path string and a particular path element separator.
fill(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Fills an array with a particular value.
findColumn(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
fireSettingsChanged(SettingsEvent) - Method in class org.gjt.rec.util.AbstractSettings
Notifies each registered listener of a change in this settings object.
first() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
FixedCache - class org.gjt.rec.cache.FixedCache.
FixedCache is an implementation of the Cache interface that uses a fixed size element store, so that the heap usage is always capped.
FixedCache(int) - Constructor for class org.gjt.rec.cache.FixedCache
Constructs a FixedCache that refers to its elements using weak references.
FixedCache(int, CacheElementSource) - Constructor for class org.gjt.rec.cache.FixedCache
Constructs a FixedCache that refers to its elements using weak references.
FixedCache(int, MapCache.MapType) - Constructor for class org.gjt.rec.cache.FixedCache
Constructs a FixedCache that refers to its elements in a particular manner.
FixedCache(int, MapCache.MapType, CacheElementSource) - Constructor for class org.gjt.rec.cache.FixedCache
Constructs a FixedCache that refers to its elements in a particular manner.
FOLDER - Static variable in class org.gjt.rec.io.FilePath.PathElement.Type
 

G

get(int) - Method in class org.gjt.rec.jdbc.QueryResults
Looks up the QueryResult at a particular index in the results.
get(int) - Method in class org.gjt.rec.util.HomogeneousList
 
get(int) - Method in class org.gjt.rec.io.FilePath
Returns a particular element from this path.
get(String) - Method in interface org.gjt.rec.util.Settings
Looks up the value of a setting.
get(String) - Method in class org.gjt.rec.util.ResourceSettings
 
get(String) - Method in class org.gjt.rec.util.BaseSettings
 
getArray(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getArray(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getAsciiStream(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getAsciiStream(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getAvailableObjects() - Method in class org.gjt.rec.util.ObjectPool
Determines the objects that are available for loan.
getBigDecimal(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBigDecimal(int, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBigDecimal(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getBigDecimal(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a BigDecimal.
getBigDecimal(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBigDecimal(String, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBinaryStream(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBinaryStream(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBlob(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBlob(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBoolean(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBoolean(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getBoolean(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a Boolean.
getBoolean(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getByte(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getByte(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBytes(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getBytes(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getCapacity() - Method in class org.gjt.rec.util.ObjectPool
Determines the current capacity of this object pool.
getCapacity() - Method in class org.gjt.rec.thread.Workforce
 
getCatalogName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getCharacterStream(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getCharacterStream(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getClassName() - Method in class org.gjt.rec.version.ClassRevision
 
getClob(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getClob(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getColumnClassName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnCount() - Method in class org.gjt.rec.jdbc.QueryResults
Determines the number of columns in this QueryResults.
getColumnCount() - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnLabel(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnName(int) - Method in class org.gjt.rec.jdbc.QueryResults
Looks up the name of the column at a particular column index.
getColumnName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnType(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getColumnTypeName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getConcurrency() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getCursorName() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDate(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDate(int, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDate(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getDate(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a Date.
getDate(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDate(String, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDouble(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getDouble(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getFetchDirection() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getFetchSize() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getFloat(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getFloat(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getId() - Method in class org.gjt.rec.util.Enum
 
getInt(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getInt(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getInt(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as an int.
getInt(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getInteger(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getInteger(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a Integer.
getJobsWaiting() - Method in class org.gjt.rec.thread.Workforce
Returns a read-only list of jobs that are waiting to be completed.
getJobsWaitingLock() - Method in class org.gjt.rec.thread.Workforce
Returns the lock on the waiting jobs list.
getLoanedObjects() - Method in class org.gjt.rec.util.ObjectPool
Determines the objects that are out on loan.
getLong(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getLong(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getLong(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a Long.
getLong(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getMetaData() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getNames() - Method in interface org.gjt.rec.util.Settings
Returns an Iterator over the names of each setting in this settings object.
getNames() - Method in class org.gjt.rec.util.ResourceSettings
 
getNames() - Method in class org.gjt.rec.util.BaseSettings
 
getObject(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getObject(int, Map) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getObject(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getObject(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result.
getObject(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getObject(String, Map) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getPackedException() - Method in class org.gjt.rec.util.PackingException
Retrieves the exception packed inside this one.
getPath() - Method in class org.gjt.rec.io.FilePath.PathElement
Returns the path to this element, as it appears in the string originally parsed by the FilePath constructor.
getPrecision(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getRef(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getRef(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getRevision() - Method in class org.gjt.rec.version.ClassRevision
 
getRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getScale(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getSchemaName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getShort(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getShort(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getState() - Method in class org.gjt.rec.thread.Workforce
Any modifications to the state field are synchronized on this workforce, so client code should do the same if it wishes to perform an atomic state check followed by startup request.
getStatement() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getString(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getString(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getString(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a String.
getString(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTableName(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
getTime(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTime(int, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTime(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTime(String, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTimestamp(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTimestamp(int, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTimestamp(String) - Method in class org.gjt.rec.jdbc.QueryResults.QueryResultImpl
 
getTimestamp(String) - Method in interface org.gjt.rec.jdbc.QueryResult
Returns the value of a particular column from this query result as a Timestamp.
getTimestamp(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getTimestamp(String, Calendar) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getType() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getType() - Method in class org.gjt.rec.util.SettingsEvent
 
getUnicodeStream(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getUnicodeStream(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getURL(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getURL(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
getWarnings() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 

H

hashCode() - Method in class org.gjt.rec.util.HomogeneousList
 
hashCode() - Method in class org.gjt.rec.util.Enum
This method is overridden to improve the performance of hash maps.
hashCode() - Method in class org.gjt.rec.io.FilePath
 
hashCode() - Method in class org.gjt.rec.io.FilePath.PathElement
 
hashCode() - Method in class org.gjt.rec.version.ClassRevision
 
hasMoreElements() - Method in class org.gjt.rec.util.EmptyEnumeration
 
hasNext() - Method in class org.gjt.rec.util.EnumerationIterator
 
hasNext() - Method in class org.gjt.rec.util.EmptyIterator
 
hasNext() - Method in class org.gjt.rec.util.ArrayIterator
 
hitCount() - Method in class org.gjt.rec.cache.TagCache
 
hitCount() - Method in class org.gjt.rec.cache.MapCache
 
hitCount() - Method in interface org.gjt.rec.cache.Cache
 
HomogeneousList - class org.gjt.rec.util.HomogeneousList.
A List proxy that enforces the invariant that all of its list elements are of the same type.
HomogeneousList(Class) - Constructor for class org.gjt.rec.util.HomogeneousList
Constructs a new HomogeneousList with the default underlying list but a particular element type.
HomogeneousList(List, Class) - Constructor for class org.gjt.rec.util.HomogeneousList
Constructs a new HomogeneousList with a particular underlying list and a particular element type.

I

indexOf(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
indexOf(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Scans a particular array for the presence of a particular element.
INSERT - Static variable in class org.gjt.rec.util.SettingsEvent.Type
 
insertRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
inspectClass(String) - Static method in class org.gjt.rec.version.RevisionIntrospector
 
inspectClass(String, ClassLoader) - Static method in class org.gjt.rec.version.RevisionIntrospector
 
inspectClassPath(String) - Static method in class org.gjt.rec.version.RevisionIntrospector
 
inspectClassPath(String, ClassLoader) - Static method in class org.gjt.rec.version.RevisionIntrospector
Scans a particular class path, using a particular class loader to load the classes and look in each for a static field of type String named REVISION and build a list of (className, revision) tuples.
inspectFile(String, ClassLoader, Collection) - Static method in class org.gjt.rec.version.RevisionIntrospector
Tries to inspect all classes in a particular file, loading all classes for inspection on a particular class loader and adding the ClassRevision objects to a particular list.
instanceList - Static variable in class org.gjt.rec.util.Booleans.FlagType
 
instanceList(Class) - Static method in class org.gjt.rec.util.Enum
 
invalidate(Object) - Method in class org.gjt.rec.cache.TagCache
 
invalidate(Object) - Method in class org.gjt.rec.cache.MapCache
 
invalidate(Object) - Method in class org.gjt.rec.cache.FixedCache
 
invalidate(Object) - Method in interface org.gjt.rec.cache.Cache
Invalidates the entry in this cache with a particular id.
invalidateAll() - Method in class org.gjt.rec.cache.TagCache
 
invalidateAll() - Method in class org.gjt.rec.cache.MapCache
 
invalidateAll() - Method in class org.gjt.rec.cache.FixedCache
 
invalidateAll() - Method in interface org.gjt.rec.cache.Cache
Invalidates all entries in this cache.
isAfterLast() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
isAutoIncrement(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isBeforeFirst() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
isCaseSensitive(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isCurrency(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isEmpty() - Method in class org.gjt.rec.jdbc.QueryResults
Determines if this QueryResults is empty or not.
isEmpty() - Method in interface org.gjt.rec.util.Stack
 
isEmpty() - Method in class org.gjt.rec.util.ListStack
 
isEmpty() - Method in class org.gjt.rec.util.HomogeneousList
 
isEmpty(Object) - Static method in class org.gjt.rec.util.Arrayz
Determines if there are any elements in a particular array.
isFirst() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
isLast() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
isNullable(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isReadOnly(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isSearchable(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isSigned(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
isWritable(int) - Method in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
iterator() - Method in class org.gjt.rec.util.HomogeneousList
 

J

JAR - Static variable in class org.gjt.rec.io.FilePath.PathElement.Type
 
join(Collection, String) - Static method in class org.gjt.rec.util.Stringz
Joins the string representations of a Collection of objects (which might just be strings) into a single string with each element separated by (delimiter).

L

last() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
lastIndexOf(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
lastIndexOf(Object, Object) - Static method in class org.gjt.rec.util.Arrayz
Scans a particular array for the presence of a particular element.
LICENSE - Static variable in class org.gjt.rec.Main
 
LICENSE - Static variable in class org.gjt.rec.jdbc.QueryResults
 
LICENSE - Static variable in interface org.gjt.rec.jdbc.QueryResult
 
LICENSE - Static variable in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
LICENSE - Static variable in class org.gjt.rec.jdbc.AbstractResultSet
 
LICENSE - Static variable in class org.gjt.rec.util.ObjectPool
 
LICENSE - Static variable in interface org.gjt.rec.util.ObjectFactory
 
LICENSE - Static variable in class org.gjt.rec.io.FilePath
 
LICENSE - Static variable in class org.gjt.rec.version.RevisionIntrospector
 
LICENSE - Static variable in class org.gjt.rec.version.ClassRevision
 
LICENSE - Static variable in class org.gjt.rec.thread.Workforce
 
listIterator() - Method in class org.gjt.rec.util.HomogeneousList
 
listIterator(int) - Method in class org.gjt.rec.util.HomogeneousList
 
ListStack - class org.gjt.rec.util.ListStack.
A implementation of the Stack interface that uses a list to store its elements.
ListStack() - Constructor for class org.gjt.rec.util.ListStack
Constructs a new ListStack that will use the default list type.
ListStack(List) - Constructor for class org.gjt.rec.util.ListStack
Constructs a new ListStack with a particular List.
lookup(Object) - Method in class org.gjt.rec.cache.TagCache
 
lookup(Object) - Method in class org.gjt.rec.cache.MapCache
 
lookup(Object) - Method in class org.gjt.rec.cache.FixedCache
 
lookup(Object) - Method in interface org.gjt.rec.cache.Cache
Tries to find an element with a particular id in this cache.
lowerCaseInitial(String) - Static method in class org.gjt.rec.util.Stringz
 

M

Main - class org.gjt.rec.Main.
 
Main() - Constructor for class org.gjt.rec.Main
 
main(String[]) - Static method in class org.gjt.rec.Main
 
MapCache - class org.gjt.rec.cache.MapCache.
MapCache is an implementation of the Cache interface that uses a Map to store its elements.
MapCache.MapType - class org.gjt.rec.cache.MapCache.MapType.
 
MapCache() - Constructor for class org.gjt.rec.cache.MapCache
Constructs a MapCache that refers to its elements using weak references.
MapCache(CacheElementSource) - Constructor for class org.gjt.rec.cache.MapCache
Constructs a MapCache that refers to its elements using weak references.
MapCache(MapCache.MapType) - Constructor for class org.gjt.rec.cache.MapCache
Constructs a MapCache that refers to its elements in a particular manner.
MapCache(MapCache.MapType, CacheElementSource) - Constructor for class org.gjt.rec.cache.MapCache
Constructs a MapCache that refers to its elements in a particular manner.
moveToCurrentRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
moveToInsertRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 

N

newObject() - Method in interface org.gjt.rec.util.ObjectFactory
Instructs this factory to create one of its objects.
newSettings() - Method in class org.gjt.rec.testing.SettingsTest
Constructs a new instance of settings.
next() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
next() - Method in class org.gjt.rec.util.EnumerationIterator
 
next() - Method in class org.gjt.rec.util.EmptyIterator
 
next() - Method in class org.gjt.rec.util.ArrayIterator
 
nextElement() - Method in class org.gjt.rec.util.EmptyEnumeration
 
NonExistentEnumException - exception org.gjt.rec.util.NonExistentEnumException.
Thrown during Enum deserialization if an id is found that does not map onto one of the declared Enum ids for the class in question.
notifyControllerStarted() - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyControllerStopped() - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyJobComplete(Runnable) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyJobFailed(Runnable, Throwable) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyJobRecalled(Runnable) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyJobScheduled(Runnable) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyListenerAttached() - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyListenerDetached() - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyRemovedFromPool() - Method in interface org.gjt.rec.util.ObjectPool.Listener
Invoked to indicate to an object that an object pool is dropping all references to it, and that it should probably destroy itself.
notifyThreadBorrowed(Thread) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyThreadCreated(Thread) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyThreadFailed(Thread) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyThreadGivenJob(Thread, Runnable) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyThreadRemovedFromPool(Thread) - Method in interface org.gjt.rec.thread.Workforce.Listener
 
notifyThreadReturned(Thread) - Method in interface org.gjt.rec.thread.Workforce.Listener
 

O

ObjectFactory - interface org.gjt.rec.util.ObjectFactory.
Generic interface for treating objects that create other objects polymorphically.
ObjectPool - class org.gjt.rec.util.ObjectPool.
This class implements an object pool.
ObjectPool.Listener - interface org.gjt.rec.util.ObjectPool.Listener.
The interface implemented by objects that wish to be notified when they are removed from an object pool.
ObjectPool.NotPooledException - exception org.gjt.rec.util.ObjectPool.NotPooledException.
Thrown to indicate that an object that was supposed to be contained in this object pool is in fact not.
ObjectPool(ObjectFactory) - Constructor for class org.gjt.rec.util.ObjectPool
Constructs a new object pool with a particular object factory and the default capacity of 1.
ON_OFF - Static variable in class org.gjt.rec.util.Booleans.FlagType
 
onlyInstance() - Static method in class org.gjt.rec.util.ToStringComparator
 
onlyInstance() - Static method in class org.gjt.rec.util.EmptyIterator
Checks to see if the only instance of this class allowed has been created and creates it if it has not.
onlyInstance() - Static method in class org.gjt.rec.util.EmptyEnumeration
 
onlyInstance() - Static method in class org.gjt.rec.util.ClassComparator
 
org.gjt.rec - package org.gjt.rec
 
org.gjt.rec.cache - package org.gjt.rec.cache
 
org.gjt.rec.io - package org.gjt.rec.io
 
org.gjt.rec.jdbc - package org.gjt.rec.jdbc
 
org.gjt.rec.testing - package org.gjt.rec.testing
 
org.gjt.rec.thread - package org.gjt.rec.thread
 
org.gjt.rec.util - package org.gjt.rec.util
 
org.gjt.rec.version - package org.gjt.rec.version
 

P

PackingException - exception org.gjt.rec.util.PackingException.
A checked exception that wraps another exception.
PackingException() - Constructor for class org.gjt.rec.util.PackingException
Constructs a PackingException with no message or packed exception.
PackingException(String) - Constructor for class org.gjt.rec.util.PackingException
Constructs a PackingException with a particular message but no packed exception.
PackingException(Throwable) - Constructor for class org.gjt.rec.util.PackingException
Constructs a PackingException with a particular packed exception.
PackingException(Throwable, String) - Constructor for class org.gjt.rec.util.PackingException
Constructs a PackingException with a particular packed exception and a particular message.
parse(String) - Static method in class org.gjt.rec.util.Booleans
Works out the Boolean value represented by a particular string.
parse(String) - Method in class org.gjt.rec.util.Booleans.FlagType
Works out the Boolean value represented by a particular string using this flag convention.
parse(String, Booleans.FlagType) - Static method in class org.gjt.rec.util.Booleans
Works out the Boolean value represented by a particular string using a particular flag convention.
parseBoolean(String) - Static method in class org.gjt.rec.util.Booleans
Works out the boolean value represented by a particular string.
parseBoolean(String, Booleans.FlagType) - Static method in class org.gjt.rec.util.Booleans
Works out the boolean value represented by a particular string using a particular flag convention.
pop() - Method in interface org.gjt.rec.util.Stack
Removes the element on the top of this stack.
pop() - Method in class org.gjt.rec.util.ListStack
 
previous() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
printStackTrace() - Method in class org.gjt.rec.util.PackingException
 
printStackTrace(PrintStream) - Method in class org.gjt.rec.util.PackingException
 
printStackTrace(PrintWriter) - Method in class org.gjt.rec.util.PackingException
 
push(Object) - Method in interface org.gjt.rec.util.Stack
Pushes a particular element on to the top of this stack.
push(Object) - Method in class org.gjt.rec.util.ListStack
 
put(Object, Object) - Method in class org.gjt.rec.cache.TagCache
 
put(Object, Object) - Method in class org.gjt.rec.cache.MapCache
 
put(Object, Object) - Method in class org.gjt.rec.cache.FixedCache
 
put(Object, Object) - Method in interface org.gjt.rec.cache.Cache
Puts a particular element in this cache associated with a particular id.

Q

QueryResult - interface org.gjt.rec.jdbc.QueryResult.
Represents a single row of a query result set.
QueryResults - class org.gjt.rec.jdbc.QueryResults.
A disconnected JDBC result set.
QueryResults.QueryResultImpl - class org.gjt.rec.jdbc.QueryResults.QueryResultImpl.
The implementation of QueryResult.
QueryResults(ResultSet) - Constructor for class org.gjt.rec.jdbc.QueryResults
Constructs a new QueryResults from a particular ResultSet.

R

readResolve() - Method in class org.gjt.rec.util.Enum
Resolves this instance to one of the unique instances in the instance dictionary for this class by using the id as deserialized into this object.
recallJob(Runnable) - Method in class org.gjt.rec.thread.Workforce
Takes a job off the list of jobs that are waiting to be completed.
refreshRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
relative(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
remove() - Method in class org.gjt.rec.util.EnumerationIterator
 
remove() - Method in class org.gjt.rec.util.EmptyIterator
 
remove() - Method in class org.gjt.rec.util.ArrayIterator
 
remove(int) - Method in class org.gjt.rec.util.HomogeneousList
 
remove(Object) - Method in class org.gjt.rec.util.ObjectPool
Removes a particular object from this object pool.
remove(Object) - Method in class org.gjt.rec.util.HomogeneousList
 
remove(Object, int) - Static method in class org.gjt.rec.util.Arrayz
Removes the element at a particular index from a particular array.
remove(String) - Method in interface org.gjt.rec.util.Settings
Removes a setting.
remove(String) - Method in class org.gjt.rec.util.ResourceSettings
 
remove(String) - Method in class org.gjt.rec.util.BaseSettings
 
removeAll(Collection) - Method in class org.gjt.rec.util.HomogeneousList
 
removeSettingsListener(SettingsListener) - Method in interface org.gjt.rec.util.Settings
Removes a listener from the list of objects that are notified when this settings object changes.
removeSettingsListener(SettingsListener) - Method in class org.gjt.rec.util.AbstractSettings
 
requestCount() - Method in class org.gjt.rec.cache.TagCache
 
requestCount() - Method in class org.gjt.rec.cache.MapCache
 
requestCount() - Method in interface org.gjt.rec.cache.Cache
 
resetStatistics() - Method in class org.gjt.rec.cache.TagCache
 
resetStatistics() - Method in class org.gjt.rec.cache.MapCache
 
resetStatistics() - Method in interface org.gjt.rec.cache.Cache
Resets the cache performance statistics to the values as they were when the cache was created.
ResourceSettings - class org.gjt.rec.util.ResourceSettings.
Presents the contents of a resource bundle through the Settings interface.
ResourceSettings(ResourceBundle) - Constructor for class org.gjt.rec.util.ResourceSettings
Constructs a new ResourceSettings object using the supplied resource bundle as inspiration for the settings.
retainAll(Collection) - Method in class org.gjt.rec.util.HomogeneousList
 
returnObject(Object) - Method in class org.gjt.rec.util.ObjectPool
Returns a particular object to this object pool.
REVISION - Static variable in class org.gjt.rec.Main
 
REVISION - Static variable in class org.gjt.rec.cache.TagCache
 
REVISION - Static variable in class org.gjt.rec.cache.MapCache
 
REVISION - Static variable in class org.gjt.rec.cache.FixedCache
 
REVISION - Static variable in class org.gjt.rec.cache.Caches
 
REVISION - Static variable in interface org.gjt.rec.cache.CacheElementSource
 
REVISION - Static variable in interface org.gjt.rec.cache.Cache
 
REVISION - Static variable in class org.gjt.rec.jdbc.QueryResults
 
REVISION - Static variable in interface org.gjt.rec.jdbc.QueryResult
 
REVISION - Static variable in class org.gjt.rec.jdbc.AbstractResultSetMetaData
 
REVISION - Static variable in class org.gjt.rec.jdbc.AbstractResultSet
 
REVISION - Static variable in class org.gjt.rec.testing.SettingsTest
 
REVISION - Static variable in class org.gjt.rec.testing.RuntimeExceptionTestCase
 
REVISION - Static variable in class org.gjt.rec.testing.ComparatorTest
 
REVISION - Static variable in class org.gjt.rec.testing.CacheTest
 
REVISION - Static variable in class org.gjt.rec.util.ObjectPool
 
REVISION - Static variable in interface org.gjt.rec.util.ObjectFactory
 
REVISION - Static variable in class org.gjt.rec.util.ToStringComparator
 
REVISION - Static variable in class org.gjt.rec.util.Stringz
 
REVISION - Static variable in interface org.gjt.rec.util.Stack
 
REVISION - Static variable in interface org.gjt.rec.util.SettingsListener
 
REVISION - Static variable in class org.gjt.rec.util.SettingsEvent
 
REVISION - Static variable in interface org.gjt.rec.util.Settings
 
REVISION - Static variable in class org.gjt.rec.util.ResourceSettings
 
REVISION - Static variable in class org.gjt.rec.util.PackingException
 
REVISION - Static variable in class org.gjt.rec.util.NonExistentEnumException
 
REVISION - Static variable in class org.gjt.rec.util.ListStack
 
REVISION - Static variable in class org.gjt.rec.util.HomogeneousList
 
REVISION - Static variable in class org.gjt.rec.util.EnumerationIterator
 
REVISION - Static variable in class org.gjt.rec.util.Enum
 
REVISION - Static variable in class org.gjt.rec.util.EmptyIterator
 
REVISION - Static variable in class org.gjt.rec.util.EmptyEnumeration
 
REVISION - Static variable in class org.gjt.rec.util.DuplicateEnumIdException
 
REVISION - Static variable in class org.gjt.rec.util.ClassComparator
 
REVISION - Static variable in class org.gjt.rec.util.Booleans
 
REVISION - Static variable in class org.gjt.rec.util.BaseSettings
 
REVISION - Static variable in class org.gjt.rec.util.Arrayz
 
REVISION - Static variable in class org.gjt.rec.util.ArrayIterator
 
REVISION - Static variable in class org.gjt.rec.util.AbstractSettings
 
REVISION - Static variable in class org.gjt.rec.io.FilePath
 
REVISION - Static variable in class org.gjt.rec.version.RevisionIntrospector
 
REVISION - Static variable in class org.gjt.rec.version.ClassRevision
 
REVISION - Static variable in class org.gjt.rec.thread.Workforce
 
RevisionIntrospector - class org.gjt.rec.version.RevisionIntrospector.
 
RevisionIntrospector.Exception - exception org.gjt.rec.version.RevisionIntrospector.Exception.
 
RevisionIntrospector.UnexpectedFieldTypeException - exception org.gjt.rec.version.RevisionIntrospector.UnexpectedFieldTypeException.
 
rowDeleted() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
rowInserted() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
rowUpdated() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
runTest() - Method in class org.gjt.rec.testing.RuntimeExceptionTestCase
 
RuntimeExceptionTestCase - class org.gjt.rec.testing.RuntimeExceptionTestCase.
This is a JUnit TestCase, much like ExceptionTestCase, but this one will catch runtime exceptions as well as checked exceptions.
RuntimeExceptionTestCase(String, Class) - Constructor for class org.gjt.rec.testing.RuntimeExceptionTestCase
 

S

scheduleJob(Runnable) - Method in class org.gjt.rec.thread.Workforce
Schedules a new job to be completed by this workforce.
scheduleStop() - Method in class org.gjt.rec.thread.Workforce
Schedules this workforce to stop.
set(int, Object) - Method in class org.gjt.rec.util.HomogeneousList
 
set(String, Object) - Method in interface org.gjt.rec.util.Settings
Sets the value of a setting.
set(String, Object) - Method in class org.gjt.rec.util.ResourceSettings
 
set(String, Object) - Method in class org.gjt.rec.util.BaseSettings
 
setCapacity(int) - Method in class org.gjt.rec.util.ObjectPool
Sets the capacity of this object pool to a particular size.
setCapacity(int) - Method in class org.gjt.rec.thread.Workforce
Sets the maximum number of threads that will run concurrently in order to complete the jobs that are waiting.
setFetchDirection(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
setFetchSize(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
setListener(Workforce.Listener) - Method in class org.gjt.rec.thread.Workforce
Sets the only listener that may listen to events on this workforce.
Settings - interface org.gjt.rec.util.Settings.
Settings is a shorter word for Properties.
settingsChanged(SettingsEvent) - Method in class org.gjt.rec.testing.SettingsTest
 
settingsChanged(SettingsEvent) - Method in interface org.gjt.rec.util.SettingsListener
Invoked when a settings object has changed.
SettingsEvent - class org.gjt.rec.util.SettingsEvent.
Instances of this class describe changes to settings objects.
SettingsEvent.Type - class org.gjt.rec.util.SettingsEvent.Type.
This class holds all the possible types of a SettingsEvent.
SettingsEvent(Object, SettingsEvent.Type) - Constructor for class org.gjt.rec.util.SettingsEvent
 
SettingsListener - interface org.gjt.rec.util.SettingsListener.
SettingsListener is implemented by an object that wants to be notified when a settings object is changed.
SettingsTest - class org.gjt.rec.testing.SettingsTest.
Contains test methods that check that a settings object fulfils its contractual obligations as specified by the javadoc comments on the Settings interface.
SettingsTest(String, boolean, String[]) - Constructor for class org.gjt.rec.testing.SettingsTest
 
setUp() - Method in class org.gjt.rec.testing.SettingsTest
 
setWrongType(Object) - Method in class org.gjt.rec.testing.ComparatorTest
 
size() - Method in class org.gjt.rec.jdbc.QueryResults
Determines the number of elements in this QueryResults.
size() - Method in interface org.gjt.rec.util.Stack
 
size() - Method in class org.gjt.rec.util.ListStack
 
size() - Method in class org.gjt.rec.util.HomogeneousList
 
size() - Method in class org.gjt.rec.io.FilePath
Returns the number of elements in this path.
size(Object) - Static method in class org.gjt.rec.util.Arrayz
Finds the number of elements in a particular array.
split(String, String) - Static method in class org.gjt.rec.util.Stringz
Splits a string into an ordered collection of token strings where each token is separated from the others by one or more characters in (delimiters).
splitToArray(String, String) - Static method in class org.gjt.rec.util.Stringz
Functionally, this method is the same as split(str, delimiters).toArray(), but this implementation is faster and thrashes the heap less.
Stack - interface org.gjt.rec.util.Stack.
A stack is an ordered list, where only the top element can be inspected or removed.
start() - Method in class org.gjt.rec.thread.Workforce
Starts this workforce.
STARTED - Static variable in class org.gjt.rec.thread.Workforce.State
 
STARTING - Static variable in class org.gjt.rec.thread.Workforce.State
 
STOPPED - Static variable in class org.gjt.rec.thread.Workforce.State
 
STOPPING - Static variable in class org.gjt.rec.thread.Workforce.State
 
Stringz - class org.gjt.rec.util.Stringz.
 
STRONG - Static variable in class org.gjt.rec.cache.MapCache.MapType
 
subList(int, int) - Method in class org.gjt.rec.util.HomogeneousList
 
subList(Object, int, int) - Static method in class org.gjt.rec.util.Arrayz
Creates a new array containing all elements in a particular array from a particular index up to but not including a particular end index.

T

TagCache - class org.gjt.rec.cache.TagCache.
TagCache is an implementation of the Cache interface that offers cacheing for the fewest bytecode instructions at the cost of the hit ratio.
TagCache(int) - Constructor for class org.gjt.rec.cache.TagCache
Constructs a TagCache.
TagCache(int, CacheElementSource) - Constructor for class org.gjt.rec.cache.TagCache
Constructs a TagCache that will be obtain its elements from the supplied CacheElementSource.
testAddNullListener() - Method in class org.gjt.rec.testing.SettingsTest
 
testComparable() - Method in class org.gjt.rec.testing.ComparatorTest
 
testGetNames() - Method in class org.gjt.rec.testing.SettingsTest
 
testGetNull() - Method in class org.gjt.rec.testing.SettingsTest
 
testGetUnknownSetting() - Method in class org.gjt.rec.testing.SettingsTest
 
testIncomparable() - Method in class org.gjt.rec.testing.ComparatorTest
 
testInvalidate() - Method in class org.gjt.rec.testing.CacheTest
 
testInvalidateAll() - Method in class org.gjt.rec.testing.CacheTest
 
testNotification() - Method in class org.gjt.rec.testing.SettingsTest
 
testNullBoth() - Method in class org.gjt.rec.testing.ComparatorTest
 
testNullFirst() - Method in class org.gjt.rec.testing.ComparatorTest
 
testNullSecond() - Method in class org.gjt.rec.testing.ComparatorTest
 
testPerformance() - Method in class org.gjt.rec.testing.CacheTest
 
testPerformance(CacheTest.ElementSelector) - Method in class org.gjt.rec.testing.CacheTest
 
testPutNullElement() - Method in class org.gjt.rec.testing.CacheTest
 
testRemove() - Method in class org.gjt.rec.testing.SettingsTest
 
testRemoveNull() - Method in class org.gjt.rec.testing.SettingsTest
 
testRemoveNullListener() - Method in class org.gjt.rec.testing.SettingsTest
 
testRemoveUnknownListener() - Method in class org.gjt.rec.testing.SettingsTest
 
testRequestCount() - Method in class org.gjt.rec.testing.CacheTest
 
testSet() - Method in class org.gjt.rec.testing.SettingsTest
 
testSetInstead() - Method in class org.gjt.rec.testing.SettingsTest
 
testSetNullArgs() - Method in class org.gjt.rec.testing.SettingsTest
 
testSetNullName() - Method in class org.gjt.rec.testing.SettingsTest
 
testSetNullValue() - Method in class org.gjt.rec.testing.SettingsTest
 
testWrongTypeBoth() - Method in class org.gjt.rec.testing.ComparatorTest
 
testWrongTypeFirst() - Method in class org.gjt.rec.testing.ComparatorTest
 
testWrongTypeSecond() - Method in class org.gjt.rec.testing.ComparatorTest
 
toArray() - Method in class org.gjt.rec.util.HomogeneousList
 
toArray(Object[]) - Method in class org.gjt.rec.util.HomogeneousList
 
top() - Method in interface org.gjt.rec.util.Stack
 
top() - Method in class org.gjt.rec.util.ListStack
 
toString() - Method in class org.gjt.rec.cache.TagCache
 
toString() - Method in class org.gjt.rec.cache.MapCache
 
toString() - Method in class org.gjt.rec.cache.FixedCache
 
toString() - Method in class org.gjt.rec.util.Enum
 
toString() - Method in class org.gjt.rec.version.ClassRevision
 
toString(Boolean) - Method in class org.gjt.rec.util.Booleans.FlagType
Converts a particular Boolean value to its string representation using this flag convention.
toString(boolean, Booleans.FlagType) - Static method in class org.gjt.rec.util.Booleans
Converts a particular boolean value to its string representation using a particular flag convention.
toString(Boolean, Booleans.FlagType) - Static method in class org.gjt.rec.util.Booleans
Converts a particular Boolean value to its string representation using a particular flag convention.
toString(Object) - Static method in class org.gjt.rec.util.Arrayz
Invoking toString on an array doesn't tell you anything about what is in the array.
ToStringComparator - class org.gjt.rec.util.ToStringComparator.
Comparator that uses the toString() methods of objects to compare them.
TRUE_FALSE - Static variable in class org.gjt.rec.util.Booleans.FlagType
 

U

UNKNOWN - Static variable in class org.gjt.rec.io.FilePath.PathElement.Type
 
UPDATE - Static variable in class org.gjt.rec.util.SettingsEvent.Type
 
updateArray(int, Array) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateArray(String, Array) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBlob(int, Blob) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBlob(String, Blob) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBoolean(int, boolean) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBoolean(String, boolean) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateByte(int, byte) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateByte(String, byte) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBytes(int, byte[]) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateBytes(String, byte[]) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateClob(int, Clob) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateClob(String, Clob) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateDate(int, Date) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateDate(String, Date) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateDouble(int, double) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateDouble(String, double) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateFloat(int, float) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateFloat(String, float) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateInt(int, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateInt(String, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateLong(int, long) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateLong(String, long) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateNull(int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateNull(String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateObject(int, Object) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateObject(int, Object, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateObject(String, Object) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateObject(String, Object, int) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateRef(int, Ref) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateRef(String, Ref) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateRow() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateShort(int, short) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateShort(String, short) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateString(int, String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateString(String, String) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateTime(int, Time) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateTime(String, Time) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
upperCaseInitial(String) - Static method in class org.gjt.rec.util.Stringz
 

V

valueOf(Object) - Static method in class org.gjt.rec.util.Stringz
This method behaves much like String.valueOf(Object) except that it augments the output of many platform classes that have toString() implementations that are broken for debugging purpose, such as java.beans.PropertyChangeEvent, which dumps the source object, but none of the other properties.

W

wasNull() - Method in class org.gjt.rec.jdbc.AbstractResultSet
 
WEAK - Static variable in class org.gjt.rec.cache.MapCache.MapType
 
Workforce - class org.gjt.rec.thread.Workforce.
This is a thread pool, which could be useful if you have lots of work to do that involves blocking for data and want to keep a cap on the number of threads running.
Workforce.JobNotWaitingException - exception org.gjt.rec.thread.Workforce.JobNotWaitingException.
Thrown to indicate that a job that was supposed to be on the list of waiting jobs is not on the list.
Workforce.Listener - interface org.gjt.rec.thread.Workforce.Listener.
An implementation of this interface may listen to a Workforce object and be notified when certain notable events occur within it.
Workforce.State - class org.gjt.rec.thread.Workforce.State.
Enumerated type representing the possible states of a Workforce.
Workforce() - Constructor for class org.gjt.rec.thread.Workforce
 
wrap(boolean) - Static method in class org.gjt.rec.util.Booleans
Returns an instance of Boolean representing a particular boolean value.
writeReport(Cache, PrintWriter) - Static method in class org.gjt.rec.cache.Caches
Writes a report on a particular cache to a particular PrintWriter.

Y

YES_NO - Static variable in class org.gjt.rec.util.Booleans.FlagType
 

Z

ZIP - Static variable in class org.gjt.rec.io.FilePath.PathElement.Type
 

A B C D E F G H I J L M N O P Q R S T U V W Y Z