All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

accept(). Method in class sdsu.net.XorServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(File, String). Method in class sdsu.io.FileExtensionFilter
Called by File and FileDialog to select files.
accept(File, String). Method in class sdsu.io.FilePrefixFilter
Called by File and FileDialog to select files.
add(OutputStream). Method in class sdsu.io.SplitWriter
Add an outputStream to the end of the SplitWriter.
add(Writer). Method in class sdsu.io.SplitWriter
Add a writer to the end of the SplitWriter.
addColumn(Vector). Method in class sdsu.util.Table
Add a new column to the end of the Table.
addColumns(Table). Method in class sdsu.util.Table
Add a table as new columns.
addElement(double). Method in class sdsu.util.List
Adds the specified double as the last element of the list.
addElement(double). Method in interface sdsu.util.OrderedCollection
Adds the specified double as the last element of the OrderedCollection.
addElement(int). Method in class sdsu.util.List
Adds the specified int as the last element of the list.
addElement(int). Method in interface sdsu.util.OrderedCollection
Adds the specified int as the last element of the OrderedCollection.
addElement(Object). Method in class sdsu.util.List
addElement(Object). Method in interface sdsu.util.OrderedCollection
Adds the specified object as the last element of the OrderedCollection.
addElement(Object). Method in class sdsu.util.SortedList
Adds the specified object in proper location to keep list sorted.
addElements(Object[]). Method in class sdsu.util.List
Adds the array to the end of the list.
addElements(Object[]). Method in interface sdsu.util.OrderedCollection
Adds the elements of an array to the end of the collection.
addElements(Object[]). Method in class sdsu.util.SortedList
Adds the elements of an array to a SortedList.
addElements(SortedCollection). Method in interface sdsu.util.SortedCollection
addElements(SortedCollection). Method in class sdsu.util.SortedList
Adds the elements of a SortedCollection to a SortedList.
addElements(Vector). Method in class sdsu.util.List
Adds the vector to the end of the list.
addElements(Vector). Method in interface sdsu.util.OrderedCollection
Adds the elements of a Vector to the end of the collection.
addElements(Vector). Method in class sdsu.util.SortedList
Adds the elements of a Vector to a SortedList.
addQuoteChars(char, char). Method in class sdsu.util.TokenCharacters
Add the quote pair beginQuote-endQuote to the pairs recognized as char pairs to quote a token.
addRow(Vector). Method in class sdsu.util.Table
Add a new row to the end of the Table.
addRows(Table). Method in class sdsu.util.Table
Add table "newRows" at the bottom of the Table.
alignCenter(). Method in class sdsu.html.Formatter
Centers the contents of object.
alignCenter(). Method in class sdsu.html.HTMLTable
Centers the table in the page.
alignCenter(). Method in class sdsu.html.Image
Center the image in the page.
alignLeft(). Method in class sdsu.html.Formatter
Left justifies contents of object.
alignLeft(). Method in class sdsu.html.HTMLTable
Left justifies the table.
alignLeft(). Method in class sdsu.html.Image
Make the image line up against the left margin, and text will flow around it.
alignRight(). Method in class sdsu.html.Formatter
Right justifies the contents of object.
alignRight(). Method in class sdsu.html.HTMLTable
Right justifies the table.
alignRight(). Method in class sdsu.html.Image
Make the image line up against the right margin, and text will flow around it.
alignTextBelow(). Method in class sdsu.html.Image
Place text following the image on the line below the image.
alignTextBottom(). Method in class sdsu.html.Image
Alight text following the image at bottom of the image.
alignTextMiddle(). Method in class sdsu.html.Image
Alight text following the image at middle of the image.
alignTextTop(). Method in class sdsu.html.Image
Alight text following the image at top of the image.
and(BitSet). Method in class sdsu.util.ConvertableBitSet
Logically ANDs current ConvertableBitSet with the specified BitSet.
and(ConvertableBitSet). Method in class sdsu.util.ConvertableBitSet
Logically ANDs current ConvertableBitSet with the specified ConvertableBitSet.
append(Enumeration). Method in class sdsu.html.SelectionList
Append an items to the end of the list for display
append(HTML). Method in class sdsu.html.Form
Appends the given HTML object to the current end of the form.
append(HTML). Method in class sdsu.html.Formatter
Append the an existing HTML object to the current end of the text.
append(HTML, String). Method in class sdsu.html.Form
Appends the given HTML object then the label to the current end of the form.
append(Object). Method in class sdsu.html.WebPage
Appends the string representation of item to the page.
append(String). Method in class sdsu.html.Form
Appends the given string to the current end of the form.
append(String). Method in class sdsu.html.Formatter
Append the string 'asciiText' to the current end of the text
append(String). Method in class sdsu.html.SelectionList
Append an item to the end of the list for display
append(String). Method in class sdsu.io.SimpleFile
Appends the string tailContents to the end of the file.
append(String, HTML). Method in class sdsu.html.Form
Appends the given label then the HTML object to the current end of the form.
append(String, String). Method in class sdsu.html.SelectionList
Append an item to the end of the list for display
append(String, String, boolean). Method in class sdsu.html.SelectionList
Append an item to the end of the list.
appendBold(String). Method in class sdsu.html.Formatter
Append the string 'asciiText' to the current end of the text as bold text
appendComment(String). Method in class sdsu.util.Stringizer
Appends message as a comment at current location in string.
appendHeading(String, int). Method in class sdsu.html.Formatter
Append the string heading to the current end of the text as a heading.
appendHTMLTags(String). Method in class sdsu.html.Formatter
Appends the string withHTMLTags without escaping special characters.
appendItalic(String). Method in class sdsu.html.Formatter
Append the string 'asciiText' to the current end of the text as bold text
appendLine(). Method in class sdsu.html.Form
Appends a line break to the current end of the form.
appendLine(HTML). Method in class sdsu.html.Form
Appends the given HTML object then line break to the current end of the form.
appendLine(HTML, String). Method in class sdsu.html.Form
Appends the given HTML object then the label then a line break to the current end of the form.
appendLine(String). Method in class sdsu.html.Form
Appends the given text then line break to the current end of the form.
appendLine(String, HTML). Method in class sdsu.html.Form
Appends the given label then the HTML object then line break to the current end of the form.
appendLineBreak(). Method in class sdsu.html.Formatter
Appends one HTML line break (or carriage returns) to the current end of the text.
appendLineBreak(). Method in class sdsu.html.WebPage
Appends a line break to the page.
appendLink(String, String). Method in class sdsu.html.Formatter
Append the string 'asciiText' to the current end of the text as linked text.
appendMailLink(String). Method in class sdsu.html.Formatter
Appends a mailTo reference.
appendToken(Object, char). Method in class sdsu.util.Stringizer
Appends token to the end of the string.
appendToken(Object, String). Method in class sdsu.util.Stringizer
Appends token to the end of the string.
AQUA. Static variable in class sdsu.html.WebPage
A color for use in a web page
ASCIIFileRepository(File). Constructor for class sdsu.io.ASCIIFileRepository
Open a ASCIIFileRepository.
ASCIIFileRepository(String). Constructor for class sdsu.io.ASCIIFileRepository
Open a ASCIIFileRepository.
ASCIIInputStream(InputStream). Constructor for class sdsu.io.ASCIIInputStream
Creates a new ASCIIInputStream.
Assert(). Constructor for class sdsu.test.Assert
AssertException(). Constructor for class sdsu.test.AssertException
Constructs an AssertException with no detail message.
AssertException(String). Constructor for class sdsu.test.AssertException
Constructs an AssertException with the specified detail message.
atof(String). Static method in class sdsu.io.Format
Converts a string of digits to an double
atoi(String). Static method in class sdsu.io.Format
Converts a string of digits (decimal, octal or hex) to an integer
atol(String). Static method in class sdsu.io.Format
Converts a string of digits (decimal, octal or hex) to a long integer

B

backup(). Method in class sdsu.io.SimpleFile
Create a backup copy of the current file.
backup(String). Method in class sdsu.io.SimpleFile
Create a backup copy of the current file.
bad(). Method in class sdsu.io.ASCIIInputStream
Do not use.
bad(). Static method in class sdsu.io.Console
Do not use.
bad(). Method in class sdsu.io.UnicodeReader
Do not use.
Bernoulli(double). Constructor for class sdsu.algorithms.data.Bernoulli
Returns a Bernoulli with the propability of success equal to successProbability.
bind(String, Remote). Method in class sdsu.rmi.registry.Registrar
Binds the name to the specified remote object.
bind(String, Remote). Method in interface sdsu.rmi.registry.RemoteRegistrar
Binds the name to the specified remote object.
bind(String, Remote). Method in class sdsu.rmi.registry.UniVMRegistry
Binds the name to the specified remote object.
bind(String, String). Method in interface sdsu.rmi.registry.RemoteRegistrar
Binds a Remote object created from the class className in the rmiregistry.
bind(String, String). Method in class sdsu.rmi.registry.UniVMRegistry
Binds the name to the specified remote object.
BLACK. Static variable in class sdsu.html.WebPage
blackSDSU(). Static method in class sdsu.html.Image
Returns a image that the black SDSU logo.
BLUE. Static variable in class sdsu.html.WebPage
BoundedRangeGenarator(double, double, NumberGenerator). Constructor for class sdsu.algorithms.data.BoundedRangeGenarator
Creates a generator that only produces numbers between lowerBond and upperBound.

C

capacity(). Method in class sdsu.util.CharQueue
Returns the current number of locations for chars in queue
capacity(). Method in class sdsu.util.CharStack
Returns the total number of locations,, used or not, for chars in the stack
capacity(). Method in class sdsu.util.List
capacity(). Method in interface sdsu.util.OrderedCollection
Returns the current capacity of the OrderedCollection.
CharQueue(). Constructor for class sdsu.util.CharQueue
CharQueue(int). Constructor for class sdsu.util.CharQueue
CharStack(). Constructor for class sdsu.util.CharStack
Create a stack of the default size.
CharStack(int). Constructor for class sdsu.util.CharStack
Create a stack with the given initial size.
checkBox(String, String). Static method in class sdsu.html.Button
Returns a checkbox.
checkError(). Static method in class sdsu.io.Console
Flushes the print stream and returns whether or not there was an error on the output stream.
ChunkEnumerator(Reader, String). Constructor for class sdsu.io.ChunkEnumerator
Create a ChunkEnumerator object with a Reader as an input and the given separator.
ChunkEnumerator(String, String). Constructor for class sdsu.io.ChunkEnumerator
Create a ChunkEnumerator object with a String as an input and the given separator.
ChunkReader(Reader, String). Constructor for class sdsu.io.ChunkReader
Create a ChunkReader object with a Reader as an input and the given separator.
ChunkReader(String, String). Constructor for class sdsu.io.ChunkReader
Create a ChunkReader object with a String as an input and the given separator.
ChunkWriter(Writer, String). Constructor for class sdsu.io.ChunkWriter
Create a new ChunkWriter
classInvariant(boolean). Static method in class sdsu.test.Assert
Throws AssertException if result is false.
clear(). Method in class sdsu.util.CharQueue
Clears the queue so it has no more elements in it
clear(). Method in class sdsu.util.CharStack
Removes all elements from the stack.
clear(). Method in class sdsu.util.Template
Clears all variables.
clear(int). Method in class sdsu.util.ConvertableBitSet
Sets the given bit to zero (or false).
clearPageBody(). Method in class sdsu.html.WebPage
Removes all elements from the body of the page.
clone(). Method in class sdsu.util.ConvertableBitSet
clone(). Method in class sdsu.util.LabeledTable
Clones this labledTable.
clone(). Method in class sdsu.util.List
clone(). Method in class sdsu.util.SortedList
Clones this list.
clone(). Method in class sdsu.util.Table
Clones this table.
close(). Method in class sdsu.io.SplitWriter
Close the stream, flushing it first.
close(). Method in class sdsu.io.StringizableWriter
Close the stream StringizableWriter is writing on.
close(). Method in class sdsu.io.StringOutputStream
Close the stream
close(). Method in class sdsu.net.XorSocket
columnAt(int). Method in class sdsu.util.Table
Returns the given column in the table
columnAt(Object). Method in class sdsu.util.LabeledTable
Returns the column in the table indicated by the label Returns null if column label is not found Rows labels of current labeledTable are copied to new LabeledTable
columnAt(String). Method in class sdsu.sql.DatabaseTable
Returns the column of data indicated by the columnLabel.
columnsAt(int, int). Method in class sdsu.util.LabeledTable
Creates a new labeledTable with the specified columns of current labeledTable Rows labels of current labeledTable are copied to new LabeledTable
columnsAt(int, int). Method in class sdsu.util.Table
Creates a new table with the specified columns of current table
columnsAt(Object, int). Method in class sdsu.util.Table
Creates a new table containing all the columns that have the value key in the indicated row
columnsAt(Object, Object). Method in class sdsu.util.LabeledTable
Creates a new LabeledTable containing all the columns that have the value key in the indicated row.
COMMENT_CHAR. Static variable in class sdsu.util.TokenCharacters
Default character (#) used to indicate start of comment.
CommentParser(PushbackReader, char, char). Constructor for class sdsu.io.CommentParser
CommentParser(PushbackReader, char, char, String). Constructor for class sdsu.io.CommentParser
compare(Object, Object). Method in class sdsu.compare.LinearOrderComparer
Returns an integer that is less than, equal to, or greater than zero.
Comparer(). Constructor for class sdsu.compare.Comparer
condition(boolean). Static method in class sdsu.test.Assert
Throws AssertException if result is false.
Console(). Constructor for class sdsu.io.Console
contains(Object). Method in class sdsu.test.InteractiveProperties
Returns true if hashtable cantains value as an element.
contains(Object). Method in class sdsu.util.List
contains(Object). Method in interface sdsu.util.OrderedCollection
Returns true if the specified object is a value of the collection.
contains(Object). Method in class sdsu.util.Table
Returns true if the specified object is in the table
containsEscapeableChar(String). Method in class sdsu.util.TokenCharacters
Returns true if c needs to be escaped in a quoted token.
containsKey(Object). Method in class sdsu.test.InteractiveProperties
Returns true if the collection contains an element for the key.
containsKey(String). Method in class sdsu.io.ASCIIFileRepository
Returns true is the repostitory contains data at the given key
containsKey(String). Method in class sdsu.io.LocalRepository
Returns true is the repostitory or a subrepository contains data at the given key
containsKey(String). Method in class sdsu.util.ProgramProperties
Returns true if ProgramProperties contains the given key.
containsKey(String). Method in interface sdsu.io.Repository
Returns true if the repostitory contains data at the given key
containsSubrepository(String). Method in class sdsu.io.ASCIIFileRepository
Returns false as does not support subrepositories
containsSubrepository(String). Method in class sdsu.io.LocalRepository
Returns true if the repostitory contains the given subrepository
containsSubrepository(String). Method in interface sdsu.io.Repository
Returns true if the repostitory contains the given subrepository
containsTokenTerminator(String). Method in class sdsu.util.TokenCharacters
Returns true if contains a character that indicates the end of a token.
contents(). Method in class sdsu.io.SimpleReader
Returns the entire contents (to EOF) of the input stream.
contents(). Method in class sdsu.io.StringReplaceReader
Returns the entire contents of the input stream.
ConversionException(). Constructor for class sdsu.util.ConversionException
Constructs an ConversionException with no detail message.
ConversionException(String). Constructor for class sdsu.util.ConversionException
Constructs an ConversionException with the specified detail message.
ConvertableBitSet(). Constructor for class sdsu.util.ConvertableBitSet
ConvertableBitSet(int). Constructor for class sdsu.util.ConvertableBitSet
Contructs a BitSet object with given number of bits, all set to zero.
COUNT_MARKER. Static variable in class sdsu.io.SubstringCountReader
Sequence of characters indicating where the current count should appear in replacement pattern.
create(). Method in class sdsu.io.ASCIIFileRepository
Create the required storage structures for the repository.
create(). Method in class sdsu.io.LocalRepository
create(). Method in interface sdsu.io.Repository
Create the required storage structures for the repository.
createServerSocket(int). Method in class sdsu.rmi.server.XorRMISocketFactory
Create a server socket on the specified port (port 0 represents an anonymous port).
createSocket(String, int). Method in class sdsu.rmi.server.XorRMISocketFactory
Create a client socket connected to the specified host and port.
createSubrepository(String). Method in class sdsu.io.ASCIIFileRepository
Returns false as does not support subrepositories.
createSubrepository(String). Method in class sdsu.io.LocalRepository
Create a subrepository.
createSubrepository(String). Method in interface sdsu.io.Repository
Create a subrepository.

D

databaseDelete(String, Connection). Method in class sdsu.sql.DatabaseTable
Deletes rows of this table from a table in a database.
databaseInsert(String, Connection). Method in class sdsu.sql.DatabaseTable
Add rows of this table to a table in a database.
databaseInsertTest(String). Method in class sdsu.sql.DatabaseTable
DatabaseTable(ResultSet). Constructor for class sdsu.sql.DatabaseTable
DatabaseTable(Table). Constructor for class sdsu.sql.DatabaseTable
Creates a DatabaseTable with rows equal to the table data.
databaseUpdate(String, String, Connection). Method in class sdsu.sql.DatabaseTable
Updates rows of this table from a table in a database.
databaseUpdate(String, Vector, Connection). Method in class sdsu.sql.DatabaseTable
Updates rows of this table from a table in a database.
Debug(). Constructor for class sdsu.logging.Debug
debug(String). Static method in class sdsu.logging.Logger
Add the message to the log as a debug statement.
DebugMessage(String). Constructor for class sdsu.logging.DebugMessage
debugOff(). Method in class sdsu.logging.SelectiveLogger
Turns logging of debug statements off.
debugOn(). Method in class sdsu.logging.SelectiveLogger
Turns logging of debug statements on.
decodeURL(String). Method in class sdsu.net.CGI
Convert an URL-escaped string to a non-escaped string.
DEFAULT_COMMENT_CHAR. Static variable in class sdsu.io.StringizableReader
Default character used at begining of a line to indicate a comment, which ends at the end of line.
DEFAULT_COMMENT_CHAR. Static variable in class sdsu.io.StringizedDataEnumerator
Default character used at begining of a line to indicate a comment, which ends at the end of line.
DEFAULT_DATA_BLOCK_SEPARATOR. Static variable in class sdsu.io.StringizableReader
Default string that separates data block.
DEFAULT_DATA_BLOCK_SEPARATOR. Static variable in class sdsu.io.StringizedDataEnumerator
Default string that separates data block.
DEFAULT_METADATA_CHAR. Static variable in class sdsu.io.StringizableReader
Default character that indicates a line of metaData when it is the second character of a comment line.
DEFAULT_METADATA_CHAR. Static variable in class sdsu.io.StringizedDataEnumerator
Default character that indicates a line of metaData when it is the second character of a comment line.
DEFAULT_QUEUE_SIZE. Static variable in class sdsu.util.CharQueue
DEFAULT_QUEUE_SIZE. Static variable in class sdsu.util.CharStack
density(double). Method in class sdsu.algorithms.data.Bernoulli
Returns the probability of an item in the sample space will occur.
density(double). Method in class sdsu.algorithms.data.GeneralizedEightyTwenty
Returns the probability of an item in the sample space will occur.
density(double). Method in class sdsu.algorithms.data.Geometric
Returns the probability that it takes numberOfTrials to get the first successful event.
density(double). Method in class sdsu.algorithms.data.Poisson
Returns the probability that numberOfEvents will occur in one unit (time, space).
density(double). Method in class sdsu.algorithms.data.ProbabilityDistribution
Returns the probability of an item in the sample space will occur.
density(double). Method in class sdsu.algorithms.data.Zipf
Returns the probability of an item in the sample space will occur.
density(Number). Method in class sdsu.algorithms.data.ProbabilityDistribution
dequeue(). Method in class sdsu.util.CharQueue
Removes front char from the queue and returns the char
dequeue(char[]). Method in class sdsu.util.CharQueue
Fills charsRemoved with chars removed from the queue.
dequeue(char[], int, int). Method in class sdsu.util.CharQueue
Places chars from queue in charsRemoved starting at charsRemoved[offset].
dequeueAll(). Method in class sdsu.util.CharQueue
Returns an array containing all chars in the queue.
DiscreteProbability(). Constructor for class sdsu.algorithms.data.DiscreteProbability
displayString(). Method in class sdsu.logging.LoggerContext
Displays a string to be displayed on the screen for this context.
displayString(). Method in class sdsu.logging.LoggerMessage
Displays a string to be displayed on the screen for this message.
distribution(Vector). Method in class sdsu.algorithms.data.DiscreteProbability
Computes the density of each item in the vector.
distribution(Vector). Method in class sdsu.algorithms.data.ProbabilityDistribution
Computes the density of each item in the vector.
dividerBar(String). Static method in class sdsu.html.Image
Returns a image that is a divider bar of a given color.
doubleAt(int). Method in class sdsu.util.List
Returns the double at the specified index.
doubleAt(int). Method in interface sdsu.util.OrderedCollection
Returns the double at the specified index.
DoubleObjectGenerator(NumberGenerator). Constructor for class sdsu.algorithms.data.DoubleObjectGenerator
Create an DoubleObjectGenerator which uses aGenerator to generate the actual sequence of numbers.
doubleSorter(). Static method in class sdsu.util.SortedList
Returns a sortedList object that will sort floats and doubles.
dropDownMenu(String). Static method in class sdsu.html.SelectionList
Returns a drop down menu for use in a form.

E

elementAt(int). Method in class sdsu.util.List
elementAt(int). Method in interface sdsu.util.OrderedCollection
Returns the element at the specified index.
elementAt(int, int). Method in class sdsu.html.HTMLTable
Returns the string version of the object in table at given row and column.
elementAt(int, int). Method in class sdsu.util.Table
Returns the object in table at given row and column.
elementAt(int, Object). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elementAt(int, String). Method in class sdsu.sql.DatabaseTable
Return the element in a given row and column.
elementAt(Object, int). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elementAt(Object, Object). Method in class sdsu.util.LabeledTable
Returns the object in table at given row and column.
elements(). Method in class sdsu.util.List
elements(). Method in interface sdsu.util.OrderedCollection
Returns an enumeration of the elements.
elements(). Method in class sdsu.util.Table
Returns an enumeration of the non-null elements in row order.
elementsReversed(). Method in class sdsu.util.List
Returns an enumeration of the elements inrevese order.
elementsReversed(). Method in interface sdsu.util.OrderedCollection
Returns an enumeration of the elements inrevese order.
enqueue(char). Method in class sdsu.util.CharQueue
Adds charToAdd to the end of the queue
enqueue(char[]). Method in class sdsu.util.CharQueue
Adds all elements of charsToAdd to the end of the queue
enqueue(char[], int, int). Method in class sdsu.util.CharQueue
Adds numCharsToAdd elements of charsToAdd, starting with charsToAdd[offset] to the end of the queue
enqueue(String). Method in class sdsu.util.CharQueue
Adds charsToAdd to the end of the queue
ensureCapacity(int). Method in class sdsu.util.List
ensureCapacity(int). Method in interface sdsu.util.OrderedCollection
Ensures that the OrderedCollection has at least the specified capacity.
eof(). Method in class sdsu.io.ASCIIInputStream
Determines if stream is has reach end of file.
eof(). Method in class sdsu.io.ChunkReader
Returns true if there are more blocks of data in the input.
eof(). Static method in class sdsu.io.Console
Determines if stream is has reach end of file.
eof(). Method in class sdsu.io.StringReplaceReader
Determines if a previous ASCII I/O operation caught End Of File.
eof(). Method in class sdsu.io.UnicodeReader
Determines if stream is has reach end of file.
equals(Object). Method in class sdsu.util.ConvertableBitSet
equals(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.LetterGradeComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.MethodComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.NumericStringComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is equal to the rightOperand.
equals(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is equal to the rightOperand.
error(Exception). Static method in class sdsu.logging.Logger
Add the message to the log as a debug statement.
error(String). Static method in class sdsu.logging.Logger
Add the message to the log as an error statement.
ErrorMessage(Exception). Constructor for class sdsu.logging.ErrorMessage
ErrorMessage(String). Constructor for class sdsu.logging.ErrorMessage
errorOff(). Method in class sdsu.logging.SelectiveLogger
Turns logging of error statements off.
errorOn(). Method in class sdsu.logging.SelectiveLogger
Turns logging of error statements on.
ESCAPE_CHAR. Static variable in class sdsu.util.TokenCharacters
Character (/) used to preceed a quote character or escape character in a quoted token.
escapeToken(String). Method in class sdsu.util.TokenCharacters
Places escape character before any quote character or the escape character.
exists(). Method in class sdsu.io.ASCIIFileRepository
Returns true if the repository exists
exists(). Method in class sdsu.io.LocalRepository
Returns true if the repository exists.
exists(). Method in interface sdsu.io.Repository
Returns true if the repository exists

F

FileExtensionFilter(String). Constructor for class sdsu.io.FileExtensionFilter
fileOn(String, boolean). Static method in class sdsu.logging.Debug
Send arguments of println() to the file listed.
fileOptional(String[], String). Static method in class sdsu.util.ProgramProperties
Create a new ProgramProperties, where the configuration file is optional.
FilePrefixFilter(String). Constructor for class sdsu.io.FilePrefixFilter
firstElement(). Method in class sdsu.util.List
firstElement(). Method in interface sdsu.util.OrderedCollection
Returns the first element of the sequence.
flush(). Static method in class sdsu.io.Console
Forces the contents of the ouput buffer to be displayed on standard out.
flush(). Method in class sdsu.io.SplitWriter
Flush the stream.
flush(). Method in class sdsu.io.StringizableWriter
Flush the stream StringizableWriter is writing on.
flush(). Method in class sdsu.io.StringOutputStream
Flush the stream
flushLine(). Method in class sdsu.io.ASCIIInputStream
Causes the next I/O operation to start at the beginning of the next input line.
flushLine(). Static method in class sdsu.io.Console
Causes the next I/O operation to start at the beginning of the next input line.
flushLine(). Method in class sdsu.io.UnicodeReader
Causes the next I/O operation to start at the beginning of the next input line.
form(char). Method in class sdsu.io.Format
Formats a character into a string (like sprintf in C)
form(double). Method in class sdsu.io.Format
Formats a double into a string (like sprintf in C)
form(long). Method in class sdsu.io.Format
Formats a long integer into a string (like sprintf in C)
form(String). Method in class sdsu.io.Format
Formats a string into a larger string (like sprintf in C)
Format(String). Constructor for class sdsu.io.Format
Formats the number following printf conventions.
format(String, char). Static method in class sdsu.FormatString
Produce a formatted character depending on the format pattern.
format(String, double). Static method in class sdsu.FormatString
Produce a formatted floating point number depending on the format pattern.
format(String, long). Static method in class sdsu.FormatString
Produce a formatted integer depending on the format pattern.
format(String, long, long). Static method in class sdsu.FormatString
Produce a string depending on the format pattern.
format(String, long, long, long). Static method in class sdsu.FormatString
Produce a string depending on the format pattern.
format(String, long, String). Static method in class sdsu.FormatString
Produce a string depending on the format pattern.
format(String, String). Static method in class sdsu.FormatString
Produce a formatted string depending on the format pattern.
format(String, String, long). Static method in class sdsu.FormatString
Produce a string depending on the format pattern.
format(String, String, String). Static method in class sdsu.FormatString
Produce a string depending on the format pattern.
Formatter(). Constructor for class sdsu.html.Formatter
Create a new Formatter
Formatter(String). Constructor for class sdsu.html.Formatter
Create a new Formatter object on the string All special html characters in string asciiText are escaped
fromColumnVector(Vector). Static method in class sdsu.util.Table
Create a table using the vector column as the only column in the table
fromCommandLine(String[]). Method in class sdsu.util.LabeledData
Constructs a labeled data table from command line arguments.
fromDouble(double). Static method in class sdsu.util.ConvertableBitSet
Returns the bitset representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
fromFile(String). Static method in class sdsu.io.StringizableReader
Create a StringizableReader object with a file as an input and the given separator.
fromFile(String). Static method in class sdsu.io.StringizedDataEnumerator
Create a StringizedDataEnumerator object with a file as an input and the given separator.
fromFile(String). Static method in class sdsu.util.Template
Reads the text for a template from the given file.
fromFile(String, String). Static method in class sdsu.io.ChunkEnumerator
Create a ChunkEnumerator object with a file as an input and the given separator.
fromFile(String, String). Static method in class sdsu.io.ChunkReader
Create a ChunkReader object with a file as an input and the given separator.
fromFloat(float). Static method in class sdsu.util.ConvertableBitSet
Returns the bitset represention of a single-float value.
fromInt(int). Static method in class sdsu.util.ConvertableBitSet
fromLabeledData(LabeledData). Method in class sdsu.util.TokenCharacters
Recreates a TokenCharacter object from a LabeledData object
fromLong(long). Static method in class sdsu.util.ConvertableBitSet
fromRowVector(Vector). Static method in class sdsu.util.Table
Create a table using the vector row as the only row in the table
fromSQL(String, Connection). Static method in class sdsu.sql.DatabaseTable
Create a DatabaseTable object on the result of the sqlSelect query.
fromString(String). Static method in class sdsu.util.ConvertableBitSet
fromString(String). Method in class sdsu.util.LabeledData
Converts a string to a list.
fromString(String). Method in class sdsu.util.List
Converts a string to a list.
fromString(String). Method in class sdsu.logging.LoggerMessage
Converts a string to an object.
fromString(String). Method in interface sdsu.util.Stringizable
Converts a string to an object.
fromString(String). Method in class sdsu.util.Table
Loads a Table from a string.
fromString(String). Method in class sdsu.util.TokenCharacters
Recreates a TokenCharacter object from a string.

G

GeneralizedEightyTwenty(double, int). Constructor for class sdsu.algorithms.data.GeneralizedEightyTwenty
Returns a GeneralizedEightyTwenty distribution.
Geometric(double). Constructor for class sdsu.algorithms.data.Geometric
Returns a Geometric.
get(int). Method in class sdsu.util.ConvertableBitSet
Returns the value of the given bit.
get(int). Method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
get(Object). Method in class sdsu.test.InteractiveProperties
Gets the object associated with the specified key in the hashtable.
get(String). Method in class sdsu.io.ASCIIFileRepository
Retreive the item in the repository stored under the given key.
get(String). Method in class sdsu.io.LocalRepository
Retreive the item in the repository or a subrepository stored under the given key.
get(String). Method in interface sdsu.io.Repository
Retreive the item in the repository stored under the given key.
getAllMatches(Object). Method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object, int). Method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int). Method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getBaseURL(). Method in class sdsu.net.CGI
Returns the Base URL of this script.
getBuffer(). Method in class sdsu.io.StringOutputStream
Return the stringbuffer
getCGIEnvironmentVariables(). Method in class sdsu.net.CGI
Returns a hashtable containing name-value pairs of the cgi environment variables.
getColumnLabels(). Method in class sdsu.sql.DatabaseTable
Return all the column labels
getColumnType(String). Method in class sdsu.sql.DatabaseTable
Set the type of the elements of a column
getCommentChar(). Method in class sdsu.util.TokenCharacters
Returns a character that indicates start of a comment.
getComparer(). Method in interface sdsu.util.SortedCollection
Returns the comparer object used to order list.
getComparer(). Method in class sdsu.util.SortedList
Returns the comparer object used to order list.
getContents(). Method in class sdsu.io.SimpleFile
Returns the contents of the file.
getCount(). Method in class sdsu.io.SubstringCountReader
Returns the current count of the number of times the pattern has occured.
getData(String). Method in class sdsu.util.LabeledData
Gets value with given label.
getData(String, String). Method in class sdsu.util.LabeledData
Gets value with given label.
getDataComment(). Method in class sdsu.io.StringizableReader
Return the comment for the current data object
getDataComment(). Method in class sdsu.io.StringizedDataEnumerator
Return the comment for the current data object
getDataLabel(). Method in class sdsu.io.StringizableReader
Returns the label for the current data object.
getDataLabel(). Method in class sdsu.io.StringizedDataEnumerator
Returns the label for the current data object.
getEndIndex(). Method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getFloat(String). Method in class sdsu.util.ProgramProperties
Returns the float value associated with the given key.
getFloat(String, float). Method in class sdsu.util.ProgramProperties
Returns the float value associated with the given key.
getFormData(). Method in class sdsu.net.CGI
Returns a hashtable containing name-value pairs of the data sent via http post, http put, http get and http isindex.
getFullURL(). Method in class sdsu.net.CGI
Returns the full URL of this script.
getInputStream(). Method in class sdsu.net.XorSocket
Returns an inputstream on the socket.
getInstance(). Static method in class sdsu.net.CGI
Returns a CGI object
getInstance(). Static method in class sdsu.compare.DoubleComparer
Returns a DoubleComparer object.
getInstance(). Static method in class sdsu.compare.FloatComparer
Returns a FloatComparer object.
getInstance(). Static method in class sdsu.compare.IntegerComparer
Returns a IntegerComparer object.
getInstance(). Static method in class sdsu.compare.LetterGradeComparer
Returns a LetterGradeComparer object.
getInstance(). Static method in class sdsu.compare.LongComparer
Returns a LongComparer object.
getInstance(). Static method in class sdsu.compare.MethodComparer
Returns a MethodComparer object.
getInstance(). Static method in class sdsu.compare.NumericStringComparer
Returns a NumericStringComparer object.
getInstance(). Static method in class sdsu.compare.StringComparer
Returns a StringComparer object.
getInstance(). Static method in class sdsu.compare.StringIgnoreCaseComparer
Returns a StringIgnoreCaseComparer object.
getInstance(Comparer). Static method in class sdsu.compare.ReverseOrderComparer
Returns a Comparer with order reversed from the Comparer originalOrder.
getInt(String). Method in class sdsu.util.ProgramProperties
Returns the int value associated with the given key.
getInt(String, int). Method in class sdsu.util.ProgramProperties
Returns the int value associated with the given key.
getLogger(). Static method in class sdsu.logging.Logger
Returns the active logger.
getMatch(Object). Method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object, int). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer). Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatchEnumeration(Object). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int). Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMessage(). Method in class gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMessageType(). Method in class sdsu.logging.DebugMessage
Returns the type of the message.
getMessageType(). Method in class sdsu.logging.ErrorMessage
Returns the type of the message.
getMessageType(). Method in class sdsu.logging.LoggerMessage
Returns the type of the message.
getMessageType(). Method in class sdsu.logging.LogMessage
Returns the type of the message.
getMessageType(). Method in class sdsu.logging.WarningMessage
Returns the type of the message.
getMetaData(). Method in class sdsu.util.LabeledData
Returns name-value pair of data used to parse a string version of a LabeledData object
getMetaData(). Method in class sdsu.util.List
Returns name-valeu pair of data used to parse a string version of a LabeledData object
getMetaData(). Method in class sdsu.logging.LoggerMessage
MetaData for Message contains key-value pair "class=objectClassName".
getMetaData(). Method in interface sdsu.util.Stringizable
Gets the meta data from the object.
getMetaData(). Method in class sdsu.util.Table
Returns name-valeu pair of data used to parse a string version of a LabeledData object
getMetaDataComment(). Method in class sdsu.io.StringizedDataEnumerator
Return the comment for the metaData of the current data object
getNumSubs(). Method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getOutputStream(). Method in class sdsu.net.XorSocket
Returns an outputstream on the socket.
getPageBody(). Method in class sdsu.html.WebPage
Returns in HTML format items append to page.
getPageEnding(). Method in class sdsu.html.WebPage
Returns in HTML format tags to end the page
getPageHeader(). Method in class sdsu.html.WebPage
Returns in HTML format the header information of the page.
getPosition(). Method in class gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getProperty(String). Method in class sdsu.test.InteractiveProperties
Gets a property with the specified key.
getRow(String, String, String, Connection). Static method in class sdsu.sql.DatabaseTable
Create a DatabaseTable object containing selected rows a table from a database.
getStartIndex(). Method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getString(String). Method in class sdsu.util.ProgramProperties
Returns the string value associated with the given key.
getString(String, String). Method in class sdsu.util.ProgramProperties
Returns the string value associated with the given key.
getSubEndIndex(int). Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getSubrepositories(). Method in class sdsu.io.ASCIIFileRepository
Returns null as does not support subrepositories
getSubrepositories(). Method in class sdsu.io.LocalRepository
Return an enumeration of the subrepositories.
getSubrepositories(). Method in interface sdsu.io.Repository
Return an enumeration of the subrepositories.
getSubrepository(String). Method in class sdsu.io.ASCIIFileRepository
Returns a null as subrepository are not supported.
getSubrepository(String). Method in class sdsu.io.LocalRepository
Return a subrepository.
getSubrepository(String). Method in interface sdsu.io.Repository
Return a subrepository.
getSubStartIndex(int). Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getTable(String, Connection). Static method in class sdsu.sql.DatabaseTable
Create a DatabaseTable object containing a table from a database.
getType(). Method in class gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
GRAY. Static variable in class sdsu.html.WebPage
greaterThan(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.LetterGradeComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.MethodComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.NumericStringComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThan(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is greater than the rightOperand.
greaterThanOrEqual(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is greater than or equal the rightOperand.
greaterThanOrEqual(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is greater than or equal the rightOperand.
GREEN. Static variable in class sdsu.html.WebPage

H

hadEof(). Method in class sdsu.io.ASCIIInputStream
Determines if reach end of file in a previous read.
hadEof(). Method in class sdsu.io.UnicodeReader
Determines if reach end of file in a previous read.
hashCode(). Method in class sdsu.util.ConvertableBitSet
hasLogger(). Static method in class sdsu.logging.Logger
Returns true if a logger has been registered
hasMoreElements(). Method in class sdsu.io.ChunkEnumerator
Returns true if there are more blocks of data in the input.
hasMoreElements(). Method in class sdsu.io.ChunkReader
Returns true if there are more blocks of data in the input.
hasMoreElements(). Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreElements(). Method in class sdsu.util.SimpleTokenizer
Returns true if not at end of source stream or source string
hasMoreElements(). Method in class sdsu.util.SortedEnumeration
Returns true if the enumeration has more elements
hasMoreElements(). Method in class sdsu.io.StringizableReader
Returns true if there are more blocks of data in the input.
hasMoreElements(). Method in class sdsu.io.StringizedDataEnumerator
Returns true if there are more blocks of data in the input.
hasMoreMatches(). Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreTokens(). Method in class sdsu.util.SimpleTokenizer
Returns true if not at end of source stream or source string
hidden(String, String). Static method in class sdsu.html.Button
Allows you to embed information in the form which you do not want changed.
HTMLTable(int, int). Constructor for class sdsu.html.HTMLTable
Create a new table with given number of rows and columns.
HTMLTable(Table). Constructor for class sdsu.html.HTMLTable
Create a new html table with element given by the sdsu.util.Table

I

Image(String). Constructor for class sdsu.html.Image
Create an html reference to an image to be displayed in a web page.
Image(String, String). Constructor for class sdsu.html.Image
Create an html reference to an image to be displayed in a web page with alternative text.
indexOf(Object). Method in class sdsu.util.List
indexOf(Object). Method in interface sdsu.util.OrderedCollection
Searches for the specified object, starting from the first position and returns an index to it.
indexOf(Object). Method in class sdsu.util.Table
Searches for the specified object, in row order.
indexOf(Object, int). Method in class sdsu.util.List
indexOf(Object, int). Method in interface sdsu.util.OrderedCollection
Searches for the specified object, starting at the specified position and returns an index to it.
indexOf(Object, int). Method in class sdsu.util.SortedList
Searches for the specified object, starting at the specified position and returns an index to it.
insertColumnsAt(Table, int). Method in class sdsu.util.Table
Insert table "newColumns" in the Table.
insertColumnsAt(Table, Object). Method in class sdsu.util.LabeledTable
Insert table "newColumns" in the Table.
insertElementAt(Object, int). Method in class sdsu.util.List
insertElementAt(Object, int). Method in interface sdsu.util.OrderedCollection
Inserts the specified object as an element at the specified index.
insertElementAt(Object, int). Method in class sdsu.util.SortedList
Inserts the specified object in the proper location in the sorted list.
insertRowsAt(Table, int). Method in class sdsu.util.Table
Insert table "newRows" in the Table.
insertRowsAt(Table, Object). Method in class sdsu.util.LabeledTable
Insert table "newRows" in the Table.
intAt(int). Method in class sdsu.util.List
Returns the int at the specified index.
intAt(int). Method in interface sdsu.util.OrderedCollection
Returns the int at the specified index.
IntegerObjectGenerator(NumberGenerator). Constructor for class sdsu.algorithms.data.IntegerObjectGenerator
Create an IntegerObjectGenerator which uses aGenerator to generate the actual sequence of numbers.
integerSorter(). Static method in class sdsu.util.SortedList
Returns a sortedList object that will sort integers.
InteractiveProperties(). Constructor for class sdsu.test.InteractiveProperties
isBeginQuote(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the start of a quoted token
isComment(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the start of a comment
isEmpty(). Method in class sdsu.io.ASCIIFileRepository
Returns true if the repository contains no keys or values
isEmpty(). Method in class sdsu.util.CharQueue
Returns true if the queue is empty
isEmpty(). Method in class sdsu.util.CharStack
Returns true is stack is empty.
isEmpty(). Method in class sdsu.util.List
isEmpty(). Method in class sdsu.io.LocalRepository
Returns true if the repository contains no keys or subrepositories
isEmpty(). Method in interface sdsu.util.OrderedCollection
Returns true if the collection contains no values.
isEmpty(). Method in interface sdsu.io.Repository
Returns true if the repository contains no keys or values
isEndQuote(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the end of a quoted token
isEOL(char). Method in class sdsu.util.TokenCharacters
Returns true if c is Mac, Unix, or PC EOL character
isEscape(char). Method in class sdsu.util.TokenCharacters
Returns true if c is an escape character
isFull(). Method in class sdsu.util.CharQueue
Returns true if the queue is full
isGetRequest(). Method in class sdsu.net.CGI
Returns true if this is a get request
isMatch(Object). Method in class gnu.regexp.RE
Checks if the input in its entirety is an exact match of this regular expression.
isMatch(Object, int). Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int). Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isPostRequest(). Method in class sdsu.net.CGI
Returns true if this is a post request
isPutRequest(). Method in class sdsu.net.CGI
Returns true if this is a put request
isQuotePair(char, char). Method in class sdsu.util.TokenCharacters
Returns true if beginQuote and endQuote are matching begin ending quote characters
isSeparator(char). Method in class sdsu.util.TokenCharacters
Returns true if c is a separator character
isTokenTerminator(char). Method in class sdsu.util.TokenCharacters
Returns true if c indicates the end of an unquoted token IE c is a whitespace, separator or comment character
isWhitespace(char). Method in class sdsu.util.TokenCharacters
Returns true if c is a whitespace character

K

keys(). Method in class sdsu.io.ASCIIFileRepository
Returns an enumeration of the keys in the repository
keys(). Method in class sdsu.test.InteractiveProperties
Returns an enumeration of the hashtable's keys.
keys(). Method in class sdsu.io.LocalRepository
Returns an enumeration of the keys in the top level repository
keys(). Method in interface sdsu.io.Repository
Returns an enumeration of the keys in the repository

L

LabeledData(). Constructor for class sdsu.util.LabeledData
LabeledData(Properties). Constructor for class sdsu.util.LabeledData
Constructs a new, empty labeledData object with the specified default values.
LabeledTable(). Constructor for class sdsu.util.LabeledTable
Create a new LabeledTable with no rows and no columns
LabeledTable(int, int). Constructor for class sdsu.util.LabeledTable
Create a new LabeledTable with given number of rows and columns.
LabeledTable(Table). Constructor for class sdsu.util.LabeledTable
Create a LabeledTable from a table
lastElement(). Method in class sdsu.util.List
lastElement(). Method in interface sdsu.util.OrderedCollection
Returns the last element of the sequence.
lastIndexOf(Object). Method in class sdsu.util.List
lastIndexOf(Object). Method in interface sdsu.util.OrderedCollection
Searches backwards for the specified object, starting from the last position and returns an index to it.
lastIndexOf(Object, int). Method in class sdsu.util.List
lastIndexOf(Object, int). Method in interface sdsu.util.OrderedCollection
Searches backwards for the specified object, starting from the specified position and returns an index to it.
length(). Method in class sdsu.io.ASCIIFileRepository
Returns the number of keys in the repository.
length(). Method in class sdsu.io.LocalRepository
Returns the number of keys and subrepositories in the repository.
length(). Method in interface sdsu.io.Repository
Returns the number of keys in the repository.
lessThan(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.DoubleComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.FloatComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.IntegerComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.LetterGradeComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.LongComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.MethodComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.NumericStringComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.StringComparer
Returns true if the leftOperand is less than the rightOperand.
lessThan(Object, Object). Method in class sdsu.compare.StringIgnoreCaseComparer
Returns true if the leftOperand is less than the rightOperand.
lessThanOrEqual(Object, Object). Method in class sdsu.compare.Comparer
Returns true if the leftOperand is less than or equal to the rightOperand.
lessThanOrEqual(Object, Object). Method in class sdsu.compare.ReverseOrderComparer
Returns true if the leftOperand is less than or equal to the rightOperand.
LinearOrderComparer(). Constructor for class sdsu.compare.LinearOrderComparer
link(String). Method in class sdsu.html.Image
Makes image a link to the given url An example of a url string for a relative link is notes/diagram.gif An example of a url string for a absolute link is http://www.eli.sdsu.edu/courses/brokenPipe.gif.
List(). Constructor for class sdsu.util.List
Create a new list
list(). Method in class sdsu.rmi.registry.Registrar
Returns an array of the names in the registry.
list(). Method in interface sdsu.rmi.registry.RemoteRegistrar
Returns an array of the names in the registry.
list(). Method in class sdsu.rmi.registry.UniVMRegistry
Returns an array of the names in the registry.
List(int). Constructor for class sdsu.util.List
Create a list with initial given size
List(Object[]). Constructor for class sdsu.util.List
Create a list initial items from a list
List(Vector). Constructor for class sdsu.util.List
Create a list initial items from a list
load(InputStream). Method in class sdsu.util.LabeledData
Loads a LabeledData from an inputstream.
load(InputStream). Method in class sdsu.util.List
Converts a string to a list.
load(InputStream). Method in class sdsu.util.Table
Loads a Table from an inputstream.
load(Reader). Method in class sdsu.util.LabeledData
Loads a LabeledData from an inputstream.
load(Reader). Method in class sdsu.util.List
Converts a string to a list.
load(Reader). Method in class sdsu.util.Table
Loads a Table from an inputstream.
LocalRepository(File). Constructor for class sdsu.io.LocalRepository
Open a ASCIIFileRepository.
LocalRepository(String). Constructor for class sdsu.io.LocalRepository
Open a ASCIIFileRepository.
log(LoggerMessage). Static method in class sdsu.logging.Logger
Add the LoggerMessage object to the log.
log(LoggerMessage). Method in class sdsu.logging.LoggerImplementation
Add the LoggerMessage object to the log.
log(LoggerMessage). Method in class sdsu.logging.SelectiveLogger
Add the LogMessage object to the log.
log(String). Static method in class sdsu.logging.Logger
Add the message to the log as a log statement.
Logger(). Constructor for class sdsu.logging.Logger
LoggerContext(). Constructor for class sdsu.logging.LoggerContext
LoggerCreationException(). Constructor for class sdsu.logging.LoggerCreationException
Constructs an ConversionException with no detail message.
LoggerCreationException(String). Constructor for class sdsu.logging.LoggerCreationException
Constructs an ConversionException with the specified detail message.
LoggerImplementation(). Constructor for class sdsu.logging.LoggerImplementation
LoggerMessage(String). Constructor for class sdsu.logging.LoggerMessage
LogMessage(String). Constructor for class sdsu.logging.LogMessage
logOff(). Method in class sdsu.logging.SelectiveLogger
Turns logging of log statements off.
logOn(). Method in class sdsu.logging.SelectiveLogger
Turns logging of log statements on.
logString(). Method in class sdsu.logging.LoggerContext
Displays a string to be saved in a log for this context.
logString(). Method in class sdsu.logging.LoggerMessage
Displays a string to be saved in a log for this message.
lookup(String). Method in class sdsu.rmi.registry.Registrar
Returns the remote object associated with the specified name in the registry.

M

main(String[]). Static method in class sdsu.io.Console
Example uses of this class
main(String[]). Static method in class sdsu.doc.FixJavadoc
main(String[]). Static method in class sdsu.io.Format
a test stub for the format class
main(String[]). Static method in class sdsu.rmi.registry.UniVMRegistry
Install a UniVMRegistry.
makeBlockQuote(). Method in class sdsu.html.Formatter
Sets the current object to be a HTML block quote.
makeColumnAHeader(int). Method in class sdsu.html.HTMLTable
Makes the given column a header for the rows of table.
makeParagraph(). Method in class sdsu.html.Formatter
Sets the current object to be a HTML paragraph.
makePreformatted(). Method in class sdsu.html.Formatter
Sets the current text to preformatted.
makeRowAHeader(int). Method in class sdsu.html.HTMLTable
Makes the given row a header for the columns of table.
makeSelected(). Method in class sdsu.html.Button
Use on radio buttons and check boxes.
mean(). Method in class sdsu.algorithms.data.Bernoulli
Returns the mean of the Bernoulli distribution
mean(). Method in class sdsu.algorithms.data.GeneralizedEightyTwenty
Returns the aproximate mean of the probability distribution.
mean(). Method in class sdsu.algorithms.data.Geometric
Returns the mean of the distribution
mean(). Method in class sdsu.algorithms.data.Poisson
Returns the mean of the distribution
mean(). Method in class sdsu.algorithms.data.ProbabilityDistribution
Returns the mean of the probability distribution
mean(). Method in class sdsu.algorithms.data.Zipf
Returns the mean of the Bernoulli distribution
messageTypeOff(String). Method in class sdsu.logging.SelectiveLogger
Turns logging off for messages of the given type.
messageTypeOn(String). Method in class sdsu.logging.SelectiveLogger
Turns logging on for messages of the given type.
META_COMMENT_CHAR_KEY. Static variable in class sdsu.io.StringizableReader
Name used in file meta data line to indicate the comment character.
META_COMMENT_CHAR_KEY. Static variable in class sdsu.io.StringizedDataEnumerator
Name used in file meta data line to indicate the comment character.
META_DATA_CHAR_KEY. Static variable in class sdsu.io.StringizableReader
Name used in file meta data line to indicate the meta data character.
META_DATA_CHAR_KEY. Static variable in class sdsu.io.StringizedDataEnumerator
Name used in file meta data line to indicate the meta data character.
META_SEPARATOR_KEY. Static variable in class sdsu.io.StringizableReader
Name used in file meta data line to indicate the data separator string.
META_SEPARATOR_KEY. Static variable in class sdsu.io.StringizedDataEnumerator
Name used in file meta data line to indicate the data separator string.
methodGet(String). Static method in class sdsu.html.Form
Returns form object which will send a get request to the given url.
methodPost(String). Static method in class sdsu.html.Form
Returns form object which will send a post request to the given url.

N

nextElement(). Method in class sdsu.algorithms.data.Bernoulli
Returns 1 or 0.
nextElement(). Method in class sdsu.algorithms.data.BoundedRangeGenarator
Returns the next number in a sequence.
nextElement(). Method in class sdsu.io.ChunkEnumerator
Returns the next block of data.
nextElement(). Method in class sdsu.io.ChunkReader
Returns the next block of data.
nextElement(). Method in class sdsu.algorithms.data.DoubleObjectGenerator
Returns the next double in the sequence.
nextElement(). Method in class sdsu.algorithms.data.IntegerObjectGenerator
Returns the next int in the sequence.
nextElement(). Method in class sdsu.algorithms.data.NoInverseDistribution
Return the next element in a random selection of items in the sample space, using distribution of concrete subclass.
nextElement(). Method in interface sdsu.algorithms.data.NumberGenerator
nextElement(). Method in interface sdsu.algorithms.data.ObjectGenerator
nextElement(). Method in class sdsu.algorithms.data.OrderedNumberGenerator
Returns the next number in the ordered sequence.
nextElement(). Method in class sdsu.algorithms.data.Poisson
Returns the number events that occur in simualtion of one unit (of time or space).
nextElement(). Method in class sdsu.algorithms.data.ProbabilityDistribution
Returns a ramdon element in the sample space.
nextElement(). Method in class sdsu.algorithms.data.RandomIntegerGenerator
nextElement(). Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextElement(). Method in class sdsu.algorithms.data.ShiftedRangeGenarator
Returns the next number in a sequence.
nextElement(). Method in class sdsu.util.SortedEnumeration
Returns the next element in the enumeration
nextElement(). Method in class sdsu.algorithms.data.StringGenerator
Returns next random string.
nextElement(). Method in class sdsu.io.StringizableReader
Returns the next block of data.
nextElement(). Method in class sdsu.io.StringizedDataEnumerator
Returns the next block of data.
nextMatch(). Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextToken(). Method in class sdsu.util.SimpleTokenizer
Returns string containing all characters up to the given separator, unquoted whitespace, or EOF if the separator is not found.
nextToken(String). Method in class sdsu.util.SimpleTokenizer
Returns string containing all characters up to the given separator, unquoted whitespace, or EOF if the separator is not found.
NO_VALUE. Static variable in class sdsu.util.LabeledData
String used for value in key-value pair when no value is available.
NoInverseDistribution(). Constructor for class sdsu.algorithms.data.NoInverseDistribution
NonBlockingInputStream(InputStream). Constructor for class sdsu.io.NonBlockingInputStream
Create a NonBlockingInputStream on the input stream with poll delay of 50 milliseconds and time-out length of about 200,000 centuries.
NonBlockingInputStream(InputStream, int, long). Constructor for class sdsu.io.NonBlockingInputStream
Create a NonBlockingInputStream on the input stream the given poll delay time-out.
numberOfColumns(). Method in class sdsu.sql.DatabaseTable
Returns the number of columns of data in the table.
numberOfColumns(). Method in class sdsu.util.Table
Returns the number of columns that can currently be accessed
numberOfRows(). Method in class sdsu.sql.DatabaseTable
Returns the number of rows of data in the table.
numberOfRows(). Method in class sdsu.util.Table
Returns the number of rows that can currently be accessed

O

off(). Static method in class sdsu.logging.Debug
Turn off Debug messages.
OLIVE. Static variable in class sdsu.html.WebPage
on(). Static method in class sdsu.logging.Debug
Turn on Debug messages.
or(BitSet). Method in class sdsu.util.ConvertableBitSet
Logically ORs current ConvertableBitSet with the specified BitSet.
or(ConvertableBitSet). Method in class sdsu.util.ConvertableBitSet
Logically ORs current ConvertableBitSet with the specified ConvertableBitSet.
OrderedNumberGenerator(). Constructor for class sdsu.algorithms.data.OrderedNumberGenerator
Creates a sequence of numbers starting at 0 and increment 1.
OrderedNumberGenerator(double). Constructor for class sdsu.algorithms.data.OrderedNumberGenerator
Creates a sequence of numbers starting at startNumber and increment 1.
OrderedNumberGenerator(double, double). Constructor for class sdsu.algorithms.data.OrderedNumberGenerator
Creates an sequence of numbers starting at startNumber and increment increment.
OutOfBoundsException(). Constructor for class sdsu.algorithms.data.OutOfBoundsException
Constructs an OutOfBoundsException with no detail message.
OutOfBoundsException(String). Constructor for class sdsu.algorithms.data.OutOfBoundsException
Constructs an OutOfBoundsException with the specified detail message.

P

password(String, int). Static method in class sdsu.html.TextInput
Create a text input area for entering passwords.
pause(). Method in class sdsu.util.Timer
Pause the timer.
peek(). Method in class sdsu.util.CharQueue
Returns the front char from the queue without removing it
peek(). Method in class sdsu.util.CharStack
Returns the top char on the stack.
Poisson(double). Constructor for class sdsu.algorithms.data.Poisson
Returns a Poisson distribution object.
pop(). Method in class sdsu.util.CharStack
Remove and return the top char on the stack.
postcondition(boolean). Static method in class sdsu.test.Assert
Throws AssertException if result is false.
precondition(boolean). Static method in class sdsu.test.Assert
Throws AssertException if result is false.
print(boolean). Static method in class sdsu.io.Console
Prints a boolean and insures that the contents of output buffer is printed on standard out.
print(char). Static method in class sdsu.io.Console
Prints a char and insures that the contents of output buffer is printed on standard out.
print(char[]). Static method in class sdsu.io.Console
Prints an array of characters and insures that the contents of output buffer is printed on standard out.
print(double). Static method in class sdsu.io.Console
Prints a double and insures that the contents of output buffer is printed on standard out.
print(float). Static method in class sdsu.io.Console
Prints a float and insures that the contents of output buffer is printed on standard out.
print(int). Static method in class sdsu.io.Console
Prints a integer and insures that the contents of output buffer is printed on standard out.
print(long). Static method in class sdsu.io.Console
Prints a long integer and insures that the contents of output buffer is printed on standard out.
print(Object). Static method in class sdsu.io.Console
Prints an object and insures that the contents of output buffer is printed on standard out.
print(PrintStream, String, char). Static method in class sdsu.io.Format
prints a formatted number following printf conventions
print(PrintStream, String, double). Static method in class sdsu.io.Format
prints a formatted number following printf conventions
print(PrintStream, String, long). Static method in class sdsu.io.Format
prints a formatted number following printf conventions
print(PrintStream, String, String). Static method in class sdsu.io.Format
prints a formatted number following printf conventions
print(String). Static method in class sdsu.io.Console
Prints a string and insures that the contents of output buffer is printed on standard out.
print(String, char). Static method in class sdsu.io.Console
prints a character following printf conventions
print(String, double). Static method in class sdsu.io.Console
prints a formatted double (and float) following printf conventions
print(String, long). Static method in class sdsu.io.Console
prints a formatted long integer (and integer) following printf conventions
print(String, String). Static method in class sdsu.io.Console
prints a formatted string following printf conventions
println(). Static method in class sdsu.io.Console
Prints a newline then insures that the contents of output buffer is printed on standard out.
println(boolean). Static method in class sdsu.io.Console
Prints a boolean followed by a newline then insures that the contents of output buffer is printed on standard out.
println(boolean). Static method in class sdsu.logging.Debug
Print the given message.
println(char). Static method in class sdsu.io.Console
Prints a character followed by a newline then insures that the contents of output buffer is printed on standard out.
println(char). Static method in class sdsu.logging.Debug
Print the given message.
println(char[]). Static method in class sdsu.logging.Debug
Print the given message.
println(double). Static method in class sdsu.io.Console
Prints a double followed by a newline then insures that the contents of output buffer is printed on standard out.
println(double). Static method in class sdsu.logging.Debug
Print the given message.
println(float). Static method in class sdsu.io.Console
Prints a float followed by a newline then insures that the contents of output buffer is printed on standard out.
println(float). Static method in class sdsu.logging.Debug
Print the given message.
println(int). Static method in class sdsu.io.Console
Prints a integer followed by a newline then insures that the contents of output buffer is printed on standard out.
println(int). Static method in class sdsu.logging.Debug
Print the given message.
println(long). Static method in class sdsu.io.Console
Prints a long integer followed by a newline then insures that the contents of output buffer is printed on standard out.
println(long). Static method in class sdsu.logging.Debug
Print the given message.
println(Object). Static method in class sdsu.io.Console
Prints a object followed by a newline then insures that the contents of output buffer is printed on standard out.
println(Object). Static method in class sdsu.logging.Debug
Print the given message.
println(String). Static method in class sdsu.io.Console
Prints a string followed by a newline then insures that the contents of output buffer is printed on standard out.
println(String). Static method in class sdsu.logging.Debug
Print the given message.
ProbabilityDistribution(). Constructor for class sdsu.algorithms.data.ProbabilityDistribution
ProgramProperties(String). Constructor for class sdsu.util.ProgramProperties
Create a new ProgramProperties from data in command line arguments.
ProgramProperties(String[]). Constructor for class sdsu.util.ProgramProperties
Create a new ProgramProperties from data in command line arguments.
ProgramProperties(String[], String). Constructor for class sdsu.util.ProgramProperties
Create a new ProgramProperties from data in command line arguments.
push(char). Method in class sdsu.util.CharStack
Adds a char to the top of the stack.
push(char[]). Method in class sdsu.util.CharStack
Adds an array of characters to the stack.
push(String). Method in class sdsu.util.CharStack
Adds an array of characters to the stack.
put(String, Object). Method in class sdsu.io.ASCIIFileRepository
Add the object "value" to the repository with the given key.
put(String, Object). Method in class sdsu.io.LocalRepository
Add the object "value" to the repository or a subrepository with the given key.
put(String, Object). Method in interface sdsu.io.Repository
Add the object "value" to the repository with the given key.
put(String, Object, String). Method in class sdsu.io.ASCIIFileRepository
put(String, Object, String). Method in class sdsu.io.LocalRepository
Add the object "value" to the repository or a subrepository with the given key.
put(String, Object, String). Method in interface sdsu.io.Repository
Add the object "value" to the repository with the given key.
putSerializable(String, Serializable). Method in class sdsu.io.ASCIIFileRepository
Add the object "value" to the repository with the given key.
putSerializable(String, Serializable). Method in class sdsu.io.LocalRepository
Add the object "value" to the repository with the given key.
putSerializable(String, Serializable). Method in interface sdsu.io.Repository
Add the object "value" to the repository with the given key.
putSerializable(String, Serializable, String). Method in class sdsu.io.ASCIIFileRepository
putSerializable(String, Serializable, String). Method in class sdsu.io.LocalRepository
Add the object "value" to the repository with the given key.
putSerializable(String, Serializable, String). Method in interface sdsu.io.Repository
Add the object "value" to the repository with the given key.

Q

QUOTE_CHAR. Static variable in class sdsu.util.TokenCharacters
Default character (') used to delineate the start and end of a quoted token.
quoteToken(String). Method in class sdsu.util.TokenCharacters
Surrounds token with begin-end quote pair Returns the quoted token

R

radio(String, String). Static method in class sdsu.html.Button
Produces a radio button.
RandomIntegerGenerator(). Constructor for class sdsu.algorithms.data.RandomIntegerGenerator
RE(Object). Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int). Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax). Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
RE_BACKSLASH_ESCAPE_IN_LISTS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS. Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED. Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD. Static variable in class gnu.regexp.RESyntax
Syntax bit.
read(). Method in class sdsu.io.NonBlockingInputStream
Reads the next byte of data from the input stream.
read(). Method in class sdsu.io.StringReplaceReader
Returns the next character in the inputstream with string replacement done.
read(). Method in class sdsu.io.XorInputStream
Reads the next byte of data and Xors it with the mask given in the constructor.
read(). Method in class sdsu.io.XorReader
Reads the next char of data and Xors it with the mask given in the constructor.
read(byte[]). Method in class sdsu.io.ASCIIInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class sdsu.io.ASCIIInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class sdsu.io.NonBlockingInputStream
Reads up to length bytes of data from the input stream into an array of bytes.
read(byte[], int, int). Method in class sdsu.io.XorInputStream
Reads up to length bytes of data and Xor each byte.
read(char[]). Method in class sdsu.io.UnicodeReader
Reads data into an array of chars.
read(char[], int, int). Method in class sdsu.io.StringReplaceReader
Read characters into a portion of an array.
read(char[], int, int). Method in class sdsu.io.UnicodeReader
Reads data into an array of chars.
read(char[], int, int). Method in class sdsu.io.XorReader
Reads up to length chars of data and Xor each char.
readAll(). Method in class sdsu.io.CommentParser
Returns rest of the input in a string
readBoolean(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII boolean value.
readBoolean(). Static method in class sdsu.io.Console
Reads an ASCII boolean value.
readBoolean(). Method in class sdsu.io.UnicodeReader
Reads an ASCII boolean value.
readBoolean(String). Static method in class sdsu.io.Console
Reads an ASCII boolean value, after displaying given prompt.
readByte(). Method in class sdsu.io.ASCIIInputStream
Reads a single byte.
readChar(). Method in class sdsu.io.ASCIIInputStream
Read an ASCII character and convert it into the internal char format.
readChar(). Static method in class sdsu.io.Console
Read an ASCII character and convert it into the internal char format.
readChar(). Method in class sdsu.io.UnicodeReader
Read an ASCII character and convert it into the internal char format.
readChar(String). Static method in class sdsu.io.Console
Read an ASCII character and convert it into the internal char format, after displaying the given prompt.
readChunk(). Method in class sdsu.io.ChunkReader
Returns the next block of data.
readComment(). Method in class sdsu.io.CommentParser
Returns comment from the input If input does not start with a comment return a string of length zero
readDataComment(). Method in class sdsu.io.CommentParser
Returns special comment from the input If input does not start with a special comment return a string of length zero
readDouble(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal floating point number.
readDouble(). Static method in class sdsu.io.Console
Reads an ASCII decimal floating point number.
readDouble(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal floating point number.
readDouble(String). Static method in class sdsu.io.Console
Reads an ASCII decimal floating point number, after displaying given prompt.
readFloat(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal floating point number.
readFloat(). Static method in class sdsu.io.Console
Reads an ASCII decimal floating point number.
readFloat(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal floating point number.
readFloat(String). Static method in class sdsu.io.Console
Reads an ASCII decimal floating point number, after displaying given prompt.
readFully(byte[]). Method in class sdsu.io.ASCIIInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class sdsu.io.ASCIIInputStream
Reads bytes, blocking until all bytes are read.
readFully(char[]). Method in class sdsu.io.UnicodeReader
Reads chars, blocking until all chars are read.
readFully(char[], int, int). Method in class sdsu.io.UnicodeReader
Reads chars, blocking until all chars are read.
readInt(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal integer.
readInt(). Static method in class sdsu.io.Console
Reads an ASCII decimal integer.
readInt(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal integer.
readInt(String). Static method in class sdsu.io.Console
Reads an ASCII decimal integer, after displaying given prompt.
readLine(). Method in class sdsu.io.ASCIIInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Static method in class sdsu.io.Console
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class sdsu.io.UnicodeReader
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(String). Static method in class sdsu.io.Console
Reads in a line that has been terminated by a \n, \r, \r\n or EOF, after displaying the given prompt.
readLong(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal long.
readLong(). Static method in class sdsu.io.Console
Reads an ASCII decimal long.
readLong(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal long.
readLong(String). Static method in class sdsu.io.Console
Reads an ASCII decimal long, after displaying the given prompt.
readShort(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal short.
readShort(). Static method in class sdsu.io.Console
Reads an ASCII decimal short.
readShort(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal short.
readShort(String). Static method in class sdsu.io.Console
Reads an ASCII decimal short, after displaying given prompt.
readUnsignedByte(). Method in class sdsu.io.ASCIIInputStream
Reads a single unsigned byte.
readUnsignedShort(). Method in class sdsu.io.ASCIIInputStream
Reads an ASCII decimal unsigned short.
readUnsignedShort(). Method in class sdsu.io.UnicodeReader
Reads an ASCII decimal unsigned short.
readUTF(). Method in class sdsu.io.ASCIIInputStream
Does nothing.
readWord(). Method in class sdsu.io.ASCIIInputStream
Reads a word.
readWord(). Static method in class sdsu.io.Console
Reads a word.
readWord(). Method in class sdsu.io.UnicodeReader
Reads a word.
readWord(String). Static method in class sdsu.io.Console
Reads a word, after displaying given prompt.
rebind(String, Remote). Method in class sdsu.rmi.registry.Registrar
Rebind the name to a new object, replacing any existing binding.
rebind(String, Remote). Method in interface sdsu.rmi.registry.RemoteRegistrar
Binds a Remote object created from the class className in the rmiregistry.
rebind(String, Remote). Method in class sdsu.rmi.registry.UniVMRegistry
Binds a Remote object created from the class className in the rmiregistry.
rebind(String, String). Method in class sdsu.rmi.registry.Registrar
Rebind the name to a new object, created from the class indicated by className, replacing any existing binding.
rebind(String, String). Method in interface sdsu.rmi.registry.RemoteRegistrar
Binds a Remote object created from the class className in the rmiregistry.
rebind(String, String). Method in class sdsu.rmi.registry.UniVMRegistry
Binds a Remote object created from the class className in the rmiregistry.
RED. Static variable in class sdsu.html.WebPage
redDividerBar(). Static method in class sdsu.html.Image
Returns a image that is a red divider bar that will span the entire window.
redSDSU(). Static method in class sdsu.html.Image
Returns a image that the red SDSU logo.
REG_ANCHORINDEX. Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR. Static variable in class gnu.regexp.REException
Error flag.
REG_BADPAT. Static variable in class gnu.regexp.REException
Error flag.
REG_BADRPT. Static variable in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE. Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE. Static variable in class gnu.regexp.REException
Error flag.
REG_EBRACK. Static variable in class gnu.regexp.REException
Error flag.
REG_ECTYPE. Static variable in class gnu.regexp.REException
Error flag.
REG_EEND. Static variable in class gnu.regexp.REException
Error flag.
REG_EPAREN. Static variable in class gnu.regexp.REException
Error flag.
REG_ERANGE. Static variable in class gnu.regexp.REException
Error flag.
REG_ESCAPE. Static variable in class gnu.regexp.REException
Error flag.
REG_ESIZE. Static variable in class gnu.regexp.REException
Error flag.
REG_ESPACE. Static variable in class gnu.regexp.REException
Error flag.
REG_ESUBREG. Static variable in class gnu.regexp.REException
Error flag.
REG_ICASE. Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE. Static variable in class gnu.regexp.RE
Compilation flag.
REG_NOTBOL. Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL. Static variable in class gnu.regexp.RE
Execution flag.
register(). Static method in class sdsu.logging.LoggerImplementation
All subclass must implement this method.
register(). Static method in class sdsu.logging.NullLogger
Create a NullLogger and register it with Logger Returns the current active logger.
register(). Static method in class sdsu.logging.ScreenLogger
Create a ScreenLogger and register it with Logger.
register(LoggerImplementation). Static method in class sdsu.logging.Logger
Sets the active logger.
register(String). Static method in class sdsu.logging.FileLogger
Create a FileLogger in append mode on the file indicated and register it with Logger.
register(String, boolean). Static method in class sdsu.logging.FileLogger
Create a FileLogger on the file indicated and register it with Logger.
Registrar(). Constructor for class sdsu.rmi.registry.Registrar
Create a Registrar for the UniVMRegistry on current host using the default rmi registry port.
Registrar(int). Constructor for class sdsu.rmi.registry.Registrar
Create a Registrar for the UniVMRegistry on current host using the given port.
Registrar(String). Constructor for class sdsu.rmi.registry.Registrar
Create a Registrar for the UniVMRegistry on given host using the default rmi registry port.
Registrar(String, int). Constructor for class sdsu.rmi.registry.Registrar
Create a Registrar for the UniVMRegistry on given host using the given port.
remove(String). Method in class sdsu.io.ASCIIFileRepository
Removes the given key and corresponding value from the repository.
remove(String). Method in class sdsu.io.LocalRepository
Removes the given key and corresponding value from the repository or subrepository.
remove(String). Method in interface sdsu.io.Repository
Removes the given key and corresponding value from the repository.
remove(Writer). Method in class sdsu.io.SplitWriter
Removes a writer from the SplitWriter.
removeAllElements(). Method in class sdsu.util.List
removeAllElements(). Method in interface sdsu.util.OrderedCollection
Removes all elements of the OrderedCollection.
removeColumnAt(int). Method in class sdsu.util.Table
Removes the indicated column from the table
removeColumnAt(Object). Method in class sdsu.util.LabeledTable
Removes the indicated column from the table
removeColumnsAt(int, int). Method in class sdsu.util.Table
Removes the indicated columns from the table
removeColumnsAt(Object, int). Method in class sdsu.util.Table
Removes the indicated columns that have key in the indicated row
removeColumnsAt(Object, Object). Method in class sdsu.util.LabeledTable
Removes the indicated columns that have key in the indicated row
removeElement(Object). Method in class sdsu.util.List
removeElement(Object). Method in interface sdsu.util.OrderedCollection
Removes the element from the OrderedCollection.
removeElementAt(int). Method in class sdsu.util.List
removeElementAt(int). Method in interface sdsu.util.OrderedCollection
Deletes the element at the specified index.
removeRowAt(int). Method in class sdsu.util.Table
Removes the indicated row from the table
removeRowAt(Object). Method in class sdsu.util.LabeledTable
Removes the indicated row from the table
removeRowsAt(int, int). Method in class sdsu.util.Table
Removes the indicated rows from the table
removeRowsAt(Object, int). Method in class sdsu.util.Table
Removes the indicated rows that have key in the indicated column
removeRowsAt(Object, Object). Method in class sdsu.util.LabeledTable
Removes the indicated rows that have key in the indicated column
removeWhiteSpace(). Method in class sdsu.io.CommentParser
Insures that the input stream starts with non-whitespace char
replace(Hashtable). Method in class sdsu.util.Template
Replaces all occurances of the given variables with given values.
replace(String, String). Method in class sdsu.io.StringReplaceReader
Adds another pattern-replacementPattern pair.
replace(String, String). Method in class sdsu.util.Template
Replaces all occurances of the given variable with given string.
replaceElements(Object[]). Method in class sdsu.util.List
requiresEscaping(char). Method in class sdsu.util.TokenCharacters
Returns true if c needs to be escaped in a quoted token.
reset(). Method in class sdsu.logging.FileLogger
Resets logger.
reset(). Static method in class sdsu.logging.Logger
Resets logger.
reset(). Method in class sdsu.logging.LoggerImplementation
Resets logger.
reset(). Method in class sdsu.util.Timer
Reset the timer to zero.
reset(String). Static method in class sdsu.html.Button
Produces a button, which will restore the form to its original state if pressed.
resort(Comparer). Method in interface sdsu.util.SortedCollection
resort(Comparer). Method in class sdsu.util.SortedList
Resorts the list using the new comparer to define the ordering of the elements.
RESyntax(). Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax). Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
reversed(). Method in class sdsu.util.List
Returns a list with elements in the reverse order from present list
reversed(). Method in interface sdsu.util.OrderedCollection
Returns a OrderedCollection with elements in the reverse order from present OrderedCollection
reversed(). Method in class sdsu.util.SortedList
Returns a SortedList with elements in the reverse order from present SortedList
RMI_NAME. Static variable in class sdsu.rmi.registry.UniVMRegistry
rowAt(int). Method in class sdsu.util.Table
Returns the given row in the table
rowAt(Object). Method in class sdsu.util.LabeledTable
Returns the column in the table indicated by the label Returns null if column label is not found
rowsAt(int, int). Method in class sdsu.util.LabeledTable
Creates a new table with the specified rows of current table
rowsAt(int, int). Method in class sdsu.util.Table
Creates a new table with the specified rows of current table
rowsAt(Object, int). Method in class sdsu.util.Table
Returns a new table containing all the rows that have the value key in the indicated column
rowsAt(Object, Object). Method in class sdsu.util.LabeledTable
Returns a new table containing all the rows that have the value key in the indicated column

S

save(OutputStream, String). Method in class sdsu.util.LabeledData
Writes ascii representation of LabeledData to Outputstream
save(OutputStream, String). Method in class sdsu.util.List
Writes ascii representation of List to Outputstream
save(OutputStream, String). Method in class sdsu.util.Table
Writes ascii representation of a Table to Outputstream
screenOff(). Static method in class sdsu.logging.Debug
Turn output to the screen off.
scrolling(String, int). Static method in class sdsu.html.SelectionList
Returns a scrolling list for use in a form.
scrolling(String, int, int). Static method in class sdsu.html.TextInput
Create a scrolling text input area.
SelectiveLogger(). Constructor for class sdsu.logging.SelectiveLogger
sendHtml(String). Method in class sdsu.net.CGI
Send an html encoded message to the client.
sendRedirect(String). Static method in class sdsu.net.CGI
Sends a url to client to use unstead of current url.
sendText(String). Method in class sdsu.net.CGI
Send a text message to the client.
separator(). Method in class sdsu.util.SimpleTokenizer
Returns the separator found by the last call to nextToken
set(int). Method in class sdsu.util.ConvertableBitSet
Sets the given bit to one (or true).
set(int). Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
setBackgroundColor(String). Method in class sdsu.html.WebPage
Sets the background color of the page.
setBackgroundImage(String). Method in class sdsu.html.WebPage
Sets the background image of the page.
setBorderSize(int). Method in class sdsu.html.Image
Size of the border drawn around an image that is a link
setBorderWidth(int). Method in class sdsu.html.HTMLTable
Sets the width of the border drawn around table and indivitual cells.
setCaption(Formatter). Method in class sdsu.html.HTMLTable
Sets text caption displayed above the table.
setChunkSeparator(String). Method in class sdsu.io.ChunkWriter
setColumnSeparatorChar(char). Method in class sdsu.util.Table
Set character used to separate rows in String representation of a Table
setColumnType(int, String). Method in class sdsu.sql.DatabaseTable
Set the type of the elements of a column
setContents(String). Method in class sdsu.io.SimpleFile
Set the contents of the file to be newContents to the end of the file.
setElementAt(HTML, int, int). Method in class sdsu.html.HTMLTable
Places string representation of data in table at given row and column
setElementAt(Object, int). Method in class sdsu.util.List
setElementAt(Object, int). Method in interface sdsu.util.OrderedCollection
Sets the element at the specified index to be the specified object.
setElementAt(Object, int). Method in class sdsu.util.SortedList
Sets the element at the specified index to be the specified object and resorts the list.
setElementAt(Object, int, int). Method in class sdsu.html.HTMLTable
Places string representation of data in table at given row and column
setElementAt(Object, int, int). Method in class sdsu.util.Table
Places the object in table at given row and column
setElementAt(Object, int, Object). Method in class sdsu.util.LabeledTable
Places the object in table at given row and column
setElementAt(Object, int, String). Method in class sdsu.sql.DatabaseTable
Return the element in a given row and column.
setElementAt(Object, Object, int). Method in class sdsu.util.LabeledTable
Places the object in table at given row and column
setElementAt(Object, Object, Object). Method in class sdsu.util.LabeledTable
Places the object in table at given row and column
setHeader(String). Method in class sdsu.util.Stringizer
Message is used as a comment at the begining of the string.
setHeight(int). Method in class sdsu.html.Image
Width of the image in pixels.
setInitalText(String). Method in class sdsu.html.TextInput
Sets the inital text seen in the text input.
setKeyValueSeparatorChar(char). Method in class sdsu.util.LabeledData
Set character used to key-value pairs in String representation of LabeledData
setMessage(LoggerMessage). Method in class sdsu.logging.LoggerContext
Add a message to the context
setMetaData(LabeledData). Method in class sdsu.util.LabeledData
Set the current objects metadata to be that found in metaData string
setMetaData(LabeledData). Method in class sdsu.util.List
Set the current objects metadata to be that found in metaData string
setMetaData(LabeledData). Method in class sdsu.logging.LoggerMessage
Required by Stringizable.
setMetaData(LabeledData). Method in interface sdsu.util.Stringizable
Sets the meta data for the object.
setMetaData(LabeledData). Method in class sdsu.util.Table
Set the current objects metadata to be that found in metaData string
setNameSeparator(char). Method in class sdsu.io.ASCIIFileRepository
The name separator is the char used to separate the name of a Repository and a subrepository or key.
setNameSeparator(char). Method in class sdsu.io.LocalRepository
The name separator is the char used to separate the name of a Repository and a subrepository or key.
setNameSeparator(char). Method in interface sdsu.io.Repository
The name separator is the char used to separate the name of a Repository and a subrepository or key.
setPairSeparatorChar(char). Method in class sdsu.util.LabeledData
Set character used to separate keys and values in String representation of LabeledData
setPollDelay(int). Method in class sdsu.io.NonBlockingInputStream
Set the poll delay.
setReadSize(int). Method in class sdsu.io.SimpleReader
Set the number of characters that will be read at one time by contents.
setRowSeparatorChar(char). Method in class sdsu.util.Table
Set character used to separate rows in String representation of a Table
setSeparator(String). Method in class sdsu.io.ChunkEnumerator
setSeparator(String). Method in class sdsu.io.ChunkReader
setSeparator(String). Method in class sdsu.io.StringizableReader
setSeparator(String). Method in class sdsu.io.StringizedDataEnumerator
setSeparatorChar(char). Method in class sdsu.util.List
Set character used to separate elements of list in String representation of List
setSeparatorChars(String). Method in class sdsu.util.TokenCharacters
Set the current set of separators to newSeparators
setSize(int). Method in class sdsu.util.List
setSize(int). Method in interface sdsu.util.OrderedCollection
Sets the size of the OrderedCollection.
setTextColor(String). Method in class sdsu.html.WebPage
Sets the color of the text on the page.
setTimeout(long). Method in class sdsu.io.NonBlockingInputStream
Set the time-out period.
setTokenCharacters(TokenCharacters). Method in class sdsu.util.LabeledData
Sets TokenCharacters used to convert LabeledData from/to strings/streams.
setTokenCharacters(TokenCharacters). Method in class sdsu.util.List
Sets TokenCharacters used to convert List from/to strings/streams.
setTokenCharacters(TokenCharacters). Method in class sdsu.util.Table
Sets TokenCharacters used to convert Table from/to strings/streams.
setVariableMarker(String). Method in class sdsu.util.Template
Changes the value of the variable marker.
setWidth(int). Method in class sdsu.html.HTMLTable
Suggests a width in pixels of the table.
setWidth(int). Method in class sdsu.html.Image
Width of the image in pixels.
setWidthPercent(int). Method in class sdsu.html.HTMLTable
Suggests a width for the table in percent of window width.
setWidthPercent(int). Method in class sdsu.html.Image
Width of the image in percent of the window width.
ShiftedRangeGenarator(double, NumberGenerator). Constructor for class sdsu.algorithms.data.ShiftedRangeGenarator
Creates a generator that shifts the range of its generator.
shuffled(). Method in class sdsu.util.List
Returns a list with elements from present list, but in random order.
shuffled(). Method in interface sdsu.util.OrderedCollection
Returns a OrderedCollection with elements from present OrderedCollection, but in random order.
SimpleFile(File, String). Constructor for class sdsu.io.SimpleFile
Creates a File instance that represents the file with the specified name in the specified directory.
SimpleFile(String). Constructor for class sdsu.io.SimpleFile
Creates a File instance that represents the file whose pathname is the given path argument.
SimpleFile(String, String). Constructor for class sdsu.io.SimpleFile
Creates a File instance whose pathname is the pathname of the specified directory, followed by the separator character, followed by the name argument.
SimpleReader(InputStream). Constructor for class sdsu.io.SimpleReader
SimpleReader(Reader). Constructor for class sdsu.io.SimpleReader
SimpleTokenizer(InputStream). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on tokenSource with default settings
SimpleTokenizer(InputStream, TokenCharacters). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on tokenSource
SimpleTokenizer(Reader). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on tokenSource with default settings
SimpleTokenizer(Reader, TokenCharacters). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on tokenSource
SimpleTokenizer(String). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on string with default settings
SimpleTokenizer(String, TokenCharacters). Constructor for class sdsu.util.SimpleTokenizer
Create a SimpleTokenizer on string
singleLine(String, int). Static method in class sdsu.html.TextInput
Create a single-line text input area.
singleLine(String, int, int). Static method in class sdsu.html.TextInput
Create a single-line text input area.
size(). Method in class sdsu.io.ASCIIFileRepository
Returns the number of keys in the repository.
size(). Method in class sdsu.util.CharQueue
Returns the number of chars in the queue
size(). Method in class sdsu.util.ConvertableBitSet
Returns the number of bits in the ConvertableBitSet.
size(). Method in class sdsu.util.List
size(). Method in class sdsu.io.LocalRepository
Returns the number of keys and subrepositories in the repository.
size(). Method in interface sdsu.util.OrderedCollection
Returns the number of elements in the OrderedCollection.
size(). Method in interface sdsu.io.Repository
Returns the number of keys in the repository.
size(). Method in class sdsu.util.Table
Return the number of items in the table
skipBytes(int). Method in class sdsu.io.ASCIIInputStream
Skips bytes, block until all bytes are skipped.
skipChars(int). Method in class sdsu.io.UnicodeReader
Skips chars, block until all chars are skipped.
SortedEnumeration(Enumeration, Comparer). Constructor for class sdsu.util.SortedEnumeration
Creates a new SortedEnumeration.
SortedList(Comparer). Constructor for class sdsu.util.SortedList
Create a new SortedList using the Comparer object listOrder to define the order on elements.
SortedList(Comparer, int). Constructor for class sdsu.util.SortedList
Create a new SortedList using the Comparer object listOrder to define the order on elements.
SplitWriter(). Constructor for class sdsu.io.SplitWriter
Create an empty SplitWriter.
SplitWriter(Writer). Constructor for class sdsu.io.SplitWriter
Create SplitWriter on the given Writer
start(). Method in class sdsu.util.Timer
Start the timer.
stop(). Method in class sdsu.util.Timer
Stop the timer.
string(Enumeration). Static method in class sdsu.util.SortedEnumeration
Requires that the elements of sourceEnumeration be strings.
StringGenerator(int). Constructor for class sdsu.algorithms.data.StringGenerator
Create an StringGenerator which a sequence of random strings.
StringGenerator(int, int). Constructor for class sdsu.algorithms.data.StringGenerator
Create an StringGenerator which a sequence of random strings.
StringizableReader(Reader). Constructor for class sdsu.io.StringizableReader
Create a StringizableReader object with a Reader as an input and the given separator.
StringizableReader(String). Constructor for class sdsu.io.StringizableReader
Create a StringizableReader object with a String as an input and the given separator.
StringizableWriter(Writer). Constructor for class sdsu.io.StringizableWriter
StringizableWriter(Writer, String). Constructor for class sdsu.io.StringizableWriter
StringizedDataEnumerator(Reader). Constructor for class sdsu.io.StringizedDataEnumerator
Create a StringizedDataEnumerator object with a Reader as an input and the given separator.
StringizedDataEnumerator(String). Constructor for class sdsu.io.StringizedDataEnumerator
Create a StringizedDataEnumerator object with a String as an input and the given separator.
Stringizer(int, TokenCharacters). Constructor for class sdsu.util.Stringizer
Create a Stringizer with initial room for size tokens
Stringizer(TokenCharacters). Constructor for class sdsu.util.Stringizer
Create a Stringizer
StringOutputStream(). Constructor for class sdsu.io.StringOutputStream
Create a new StringOutputStream with the default initial buffer size.
StringOutputStream(int). Constructor for class sdsu.io.StringOutputStream
Create a new StringOutputStream with the specified initial buffer size.
StringReplaceReader(InputStream, String, String). Constructor for class sdsu.io.StringReplaceReader
Create an StringReplaceReader object that will replace all occurrences of pattern with replacementPattern in the inputstream in.
StringReplaceReader(Reader, String, String). Constructor for class sdsu.io.StringReplaceReader
Create an StringReplaceReader object that will replace all occurrences ofpattern with replacementPattern in the Reader in.
StringReplaceReader(String, String, String). Constructor for class sdsu.io.StringReplaceReader
Create an StringReplaceReader object that will replace all occurrences of pattern with replacementPattern in the string input.
stringSorter(). Static method in class sdsu.util.SortedList
Returns a sortedList object that will sort strings.
submit(String). Static method in class sdsu.html.Button
Produces a button, which when pressed sends the contents of the form to the server.
substitute(Object, String). Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object, String, int). Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object, String, int, int). Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object, String). Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object, String, int). Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object, String, int, int). Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String). Method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.
SubstringCountReader(InputStream, String, String, int). Constructor for class sdsu.io.SubstringCountReader
Create a SubstringCountReader on inputstream in where the pattern substringToCount is replaced with newPattern.
SubstringCountReader(Reader, String, String). Constructor for class sdsu.io.SubstringCountReader
Create a SubstringCountReader on Reader in where the pattern substringToCount is replaced with newPattern.
SubstringCountReader(Reader, String, String, int). Constructor for class sdsu.io.SubstringCountReader
Create a SubstringCountReader on Reader in where the pattern substringToCount is replaced with newPattern.
SubstringCountReader(String, String, String, int). Constructor for class sdsu.io.SubstringCountReader
Create a SubstringCountReader on string in where the pattern substringToCount is replaced with newPattern.

T

Table(). Constructor for class sdsu.util.Table
Create a new table with no rows and no columns
Table(int, int). Constructor for class sdsu.util.Table
Create a new table with given number of rows and columns.
TEAL. Static variable in class sdsu.html.WebPage
Template(String). Constructor for class sdsu.util.Template
Creates a template object using the given text
time(). Method in class sdsu.util.Timer
Return the time measured by the timer.
Timer(). Constructor for class sdsu.util.Timer
toArray(). Method in class sdsu.util.List
Converts the list to an array.
toArray(). Method in interface sdsu.util.OrderedCollection
Converts the OrderedCollection to an array.
toDouble(). Method in class sdsu.util.ConvertableBitSet
Constucts a double from the bitset.
toDoubleString(). Method in class sdsu.util.ConvertableBitSet
Return a string representation of the ConvertableBitSet as if it represented a double.
toFloat(). Method in class sdsu.util.ConvertableBitSet
Constucts a float from the bitset.
toFloatString(). Method in class sdsu.util.ConvertableBitSet
Return a string representation of the ConvertableBitSet as if it represented a float.
toInt(). Method in class sdsu.util.ConvertableBitSet
Constucts an int from the bitset.
TokenCharacters(). Constructor for class sdsu.util.TokenCharacters
Create TokenCharacters with default values.
TokenCharacters(String). Constructor for class sdsu.util.TokenCharacters
Create TokenCharacters with given characters for token separators and default values for the rest of parameters.
TokenCharacters(String, String, char, char, String). Constructor for class sdsu.util.TokenCharacters
Create a TokenCharacters object with given values
toLabeledData(). Method in class sdsu.util.TokenCharacters
Returns a string representing the object.
toLabeledTable(). Method in class sdsu.sql.DatabaseTable
Convert DatabaseTable to a LabeledTable.
toLong(). Method in class sdsu.util.ConvertableBitSet
Constucts an int from the bitset.
toString(). Method in class sdsu.html.Button
Returns the html button tags in a string for use in a html page
toString(). Method in class sdsu.util.CharQueue
Returns string representation of the queue
toString(). Method in class sdsu.util.CharStack
toString(). Method in class sdsu.util.ConvertableBitSet
Returns a string representation of the bitset.
toString(). Method in class sdsu.sql.DatabaseTable
toString(). Method in class sdsu.html.Form
Converts the Form to an string with proper html tags
toString(). Method in class sdsu.html.Formatter
Converts the text to an string with proper html tags
toString(). Method in interface sdsu.html.HTML
Returns a string that is an valid HTML formated string
toString(). Method in class sdsu.html.HTMLTable
toString(). Method in class sdsu.html.Image
Returns the html string represented by this object.
toString(). Method in class sdsu.util.LabeledData
Converts LabeledData to a String.
toString(). Method in class sdsu.util.List
Converts the list to a string
toString(). Method in class sdsu.logging.LoggerMessage
Used in sending message to remote loggers.
toString(). Method in class gnu.regexp.RE
Return a human readable form of the compiled regular expression, useful for debugging.
toString(). Method in class gnu.regexp.REMatch
Returns the string matching the pattern.
toString(). Method in class sdsu.html.SelectionList
toString(). Method in interface sdsu.util.Stringizable
Converts the object to a string
toString(). Method in class sdsu.util.Stringizer
Returns the string built up via the Stringizer.
toString(). Method in class sdsu.io.StringOutputStream
Return the output as a String.
toString(). Method in class sdsu.util.Table
Converts a Table to a String.
toString(). Method in class sdsu.util.Template
Returns the template with all variables subsituted for the given values.
toString(). Method in class sdsu.html.TextInput
toString(). Method in class sdsu.html.WebPage
Return the WebPage as html in a string.
toString(int). Method in class sdsu.util.ConvertableBitSet
Returns a String representation of the bitset using the first numberOfBits of the bitset.
toString(int). Method in class gnu.regexp.REMatch
Returns the string matching the given subexpression.
toString(String). Method in class sdsu.util.LabeledData
Converts LabeledData to a String with given header information.
toString(String). Method in class sdsu.util.List
Converts the list to a string with given header information.
toString(String). Method in class sdsu.logging.LoggerMessage
Converts the object to a string with given header information.
toString(String). Method in interface sdsu.util.Stringizable
Converts the object to a string with given header information.
toString(String). Method in class sdsu.util.Table
Converts a Table to a String with given header information.
toVector(). Method in class sdsu.util.List
Converts the list to a vector.
toVector(). Method in interface sdsu.util.OrderedCollection
Converts the OrderedCollection to a vector.
trimAll(). Method in class sdsu.sql.DatabaseTable
Remove leading and trailing spaces from all data elements
trimToSize(). Method in class sdsu.util.List
trimToSize(). Method in interface sdsu.util.OrderedCollection
Trims the OrderedCollection's capacity down to size.

U

unbind(String). Method in class sdsu.rmi.registry.Registrar
Unbind the name.
UnicodeReader(InputStream). Constructor for class sdsu.io.UnicodeReader
Creates a new UnicodeReader.
UnicodeReader(Reader). Constructor for class sdsu.io.UnicodeReader
Creates a new UnicodeReader.
UniVMRegistry(). Constructor for class sdsu.rmi.registry.UniVMRegistry
Install a UniVMRegistry on the default rmiregistry port.
UniVMRegistry(int). Constructor for class sdsu.rmi.registry.UniVMRegistry
Install a UniVMRegistry on the given port.
unusedCapacity(). Method in class sdsu.util.CharQueue
Returns the current number of unused locations in the queue

V

variance(). Method in class sdsu.algorithms.data.Bernoulli
Returns the variance of the probability distribution
variance(). Method in class sdsu.algorithms.data.GeneralizedEightyTwenty
Returns the variance of the probability distribution.
variance(). Method in class sdsu.algorithms.data.Geometric
Returns the variance of the distribution
variance(). Method in class sdsu.algorithms.data.Poisson
Returns the variance of the probability distribution
variance(). Method in class sdsu.algorithms.data.ProbabilityDistribution
Returns the variance of the probability distribution
variance(). Method in class sdsu.algorithms.data.Zipf
Returns the variance of the probability distribution
verboseRebind(int, String, String). Static method in class sdsu.rmi.registry.Registrar
Binds the name to the specified remote object on locat registry on given port.
version(). Static method in class gnu.regexp.RE
Returns a string representing the version of the gnu.regexp package.

W

warning(String). Static method in class sdsu.logging.Logger
Add the message to the log as a warning statement.
WarningMessage(String). Constructor for class sdsu.logging.WarningMessage
warningOff(). Method in class sdsu.logging.SelectiveLogger
Turns logging of warning statements off.
warningOn(). Method in class sdsu.logging.SelectiveLogger
Turns logging of warning statements on.
WebPage(). Constructor for class sdsu.html.WebPage
WebPage(String). Constructor for class sdsu.html.WebPage
Create a new page with the given title.
WHITE. Static variable in class sdsu.html.WebPage
WHITESPACE. Static variable in class sdsu.util.TokenCharacters
Default characters treated as whitespace.
write(byte[], int, int). Method in class sdsu.io.XorOutputStream
Writes length bytes from the specified byte array starting at offset offset and Xor's each byte with the streams mask.
write(char[], int, int). Method in class sdsu.io.SplitWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class sdsu.io.XorWriter
Writes length chars from the specified char array starting at offset offset and Xor's each char with the stream's mask.
write(int). Method in class sdsu.io.StringOutputStream
Write a single character.
write(int). Method in class sdsu.io.XorOutputStream
Writes the specified byte and Xor's it with the streams mask.
write(int). Method in class sdsu.io.XorWriter
Writes the specified char and Xor's it with the stream's mask.
write(String, int, int). Method in class sdsu.io.XorWriter
Writes length chars from the specified string starting at offset offset and Xor's each char with the stream's mask.
writeChunk(). Method in class sdsu.io.ChunkWriter
Writes the chunkSeperator to end the current chunk
writeChunk(String). Method in class sdsu.io.ChunkWriter
Writes the string chunk and a chunkSeperator to end the current chunk
writeObject(Stringizable). Method in class sdsu.io.StringizableWriter
Write the object on the output stream.
writeObject(Stringizable, String). Method in class sdsu.io.StringizableWriter
Write the object on the output stream and attach the label to the object.
writeObject(Stringizable, String, String). Method in class sdsu.io.StringizableWriter
Write the object and attached label and comment on the output stream.

X

xor(BitSet). Method in class sdsu.util.ConvertableBitSet
Logically XORs current ConvertableBitSet with the specified BitSet.
xor(ConvertableBitSet). Method in class sdsu.util.ConvertableBitSet
Logically XORs current ConvertableBitSet with the specified ConvertableBitSet.
XorInputStream(InputStream, byte). Constructor for class sdsu.io.XorInputStream
Create an XorInputStream on the given input stream.
XorOutputStream(OutputStream, byte). Constructor for class sdsu.io.XorOutputStream
XorReader(Reader, char). Constructor for class sdsu.io.XorReader
Create an XorReader on the given input stream.
XorRMISocketFactory(byte). Constructor for class sdsu.rmi.server.XorRMISocketFactory
Create a new socket factory with the given byte mask to be used in the XorSockets.
XorServerSocket(int, byte). Constructor for class sdsu.net.XorServerSocket
Creates a server socket on a specified port.
XorServerSocket(int, int, byte). Constructor for class sdsu.net.XorServerSocket
Creates a server socket on a specified port.
XorServerSocket(int, int, InetAddress, byte). Constructor for class sdsu.net.XorServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
XorSocket(byte). Constructor for class sdsu.net.XorSocket
Creates an unconnected socket.
XorSocket(InetAddress, int, byte). Constructor for class sdsu.net.XorSocket
Creates a stream socket and connects it to the specified port number at the specified IP address.
XorSocket(InetAddress, int, InetAddress, int, byte). Constructor for class sdsu.net.XorSocket
Creates a socket and connects it to the specified remote address on the specified remote port.
XorSocket(String, int, byte). Constructor for class sdsu.net.XorSocket
Constructor for class XorSocket.
XorSocket(String, int, InetAddress, int, byte). Constructor for class sdsu.net.XorSocket
Creates a socket and connects it to the specified remote host on the specified remote port.
XorWriter(Writer, char). Constructor for class sdsu.io.XorWriter