Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

a - Variable in class plume.Pair
Deprecated.
The first element of the pair.
a - Variable in class plume.Triple
Deprecated.
 
abbreviateNumber(long) - Static method in class plume.UtilMDE
Deprecated.
Convert a number into an abbreviation such as "5.00K" for 5000 or "65.0M" for 65000000.
accept(T) - Method in interface plume.Filter
Deprecated.
Tests whether a specified Object satisfies the filter.
accept(T) - Method in class plume.MultiRandSelector
Deprecated.
 
accept(T) - Method in class plume.RandomSelector
Deprecated.
When in fixed sample mode, increments the number of observed elements i by 1, then with probability k / i, the Object 'next' will be added to the currently selected values 'current_values' where k is equal to 'number_to_take'.
accept(File, String) - Method in class plume.UtilMDE.WildcardFilter
Deprecated.
 
acceptIter(Iterator<T>) - Method in class plume.MultiRandSelector
Deprecated.
 
add(int) - Method in class plume.LimitedSizeIntSet
Deprecated.
 
add(T) - Method in class plume.LimitedSizeSet
Deprecated.
 
add(CharSequence) - Method in class plume.StringBuilderDelimited
Deprecated.
 
add(TaskManager.Task) - Method in class plume.TaskManager
Deprecated.
Adds the specified task to the end of the task list.
add_line_numbers(MethodGen, InstructionList) - Static method in class plume.BCELUtil
Deprecated.
Builds an array of line numbers for the specified instruction list.
add_to_start(MethodGen, InstructionList) - Static method in class plume.BCELUtil
Deprecated.
Adds code in nl to start of method mg.
add_type(Type[], Type) - Static method in class plume.BCELUtil
addAll(LimitedSizeIntSet) - Method in class plume.LimitedSizeIntSet
Deprecated.
 
addAll(LimitedSizeSet<? extends T>) - Method in class plume.LimitedSizeSet
Deprecated.
 
addToClasspath(String) - Static method in class plume.UtilMDE
Deprecated.
Add the directory to the system classpath.
all_null(Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true if all elements of a are null.
all_null(List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Return true if all elements of a are null.
all_vals() - Method in class plume.TaskManager.Task
Deprecated.
 
always_traceback - Variable in class plume.SimpleLog
Always provide a backtrace (traceback) when calling log().
any_null(Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true if a contains null.
any_null(List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Return true if a contains null.
append(String) - Method in class plume.StringBuilderDelimited
Deprecated.
Use StringBuilderDelimited.add(CharSequence); change sbd.append(str) into sbd.add(str)
append(Object) - Method in class plume.StringBuilderDelimited
Deprecated.
Use StringBuilderDelimited.add(CharSequence); change sbd.append(o) into sbd.add(o.toString())
append(char) - Method in class plume.StringBuilderDelimited
Deprecated.
Use StringBuilderDelimited.add(CharSequence); change sbd.append(c) into sbd.add(c.toString())
append(CharSequence) - Method in class plume.StringBuilderDelimited
Deprecated.
Use StringBuilderDelimited.add(CharSequence); change sbd.append(csq) into sbd.add(csq)
append(CharSequence, int, int) - Method in class plume.StringBuilderDelimited
Deprecated.
Use StringBuilderDelimited.add(CharSequence); change sbd.append(csq, start, end) into sbd.add(csq.subSequence(start, end)
appendProperty(Properties, String, String) - Static method in class plume.UtilMDE
Deprecated.
Set the property to its previous value concatenated to the given value.
ArgException(String) - Constructor for exception plume.Options.ArgException
Deprecated.
 
ArgException(String, Object...) - Constructor for exception plume.Options.ArgException
Deprecated.
 
arglistFromJvm(String) - Static method in class plume.UtilMDE
arglistToJvm(String) - Static method in class plume.UtilMDE
ArraysMDE - Class in plume
ArraysMDE.ComparableArrayComparatorLengthFirst<T extends java.lang.Comparable<T>> - Class in plume
Deprecated.
Compare two arrays first by length (a shorter array is considered less), and if of equal length compare lexically (element-by-element).
ArraysMDE.ComparableArrayComparatorLexical<T extends java.lang.Comparable<T>> - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
ArraysMDE.DoubleArrayComparatorLexical - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
ArraysMDE.IntArrayComparatorLengthFirst - Class in plume
Deprecated.
Compare two arrays first by length (a shorter array is considered less), and if of equal length compare lexically (element-by-element).
ArraysMDE.IntArrayComparatorLexical - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
ArraysMDE.LongArrayComparatorLengthFirst - Class in plume
Deprecated.
Compare two arrays first by length (a shorter array is considered less), and if of equal length compare lexically (element-by-element).
ArraysMDE.LongArrayComparatorLexical - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
ArraysMDE.ObjectArrayComparatorLengthFirst - Class in plume
Deprecated.
Compare two arrays first by length (a shorter array is considered less), and if of equal length compare lexically (element-by-element).
ArraysMDE.ObjectArrayComparatorLexical - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
ArraysMDE.StringArrayComparatorLexical - Class in plume
Deprecated.
Compare two arrays lexically (element-by-element).
asRegex(String) - Static method in class plume.RegexUtil
Deprecated.
Returns the argument as a @Regex String if it is a regex, otherwise throws an error.
asRegex(String, int) - Static method in class plume.RegexUtil
Deprecated.
Returns the argument as a @Regex(groups) String if it is a regex with at least the given number of groups, otherwise throws an error.
asResourceName(String) - Static method in class plume.JWhich
 
assert_arrays_equals(int[], int[]) - Static method in class plume.TestPlume
 
assert_arrays_equals(double[], double[]) - Static method in class plume.TestPlume
 
assignToBucket(ELEMENT) - Method in interface plume.Partitioner
Deprecated.
 

B

b - Variable in class plume.Pair
Deprecated.
The second element of the pair.
b - Variable in class plume.Triple
Deprecated.
 
backticks(String...) - Static method in class plume.UtilMDE
Deprecated.
Execute the given command, and return all its output as a string.
backticks(List<String>) - Static method in class plume.UtilMDE
Deprecated.
Execute the given command, and return all its output as a string.
backTrace(Throwable) - Static method in class plume.UtilMDE
Deprecated.
Return a String representation of the backtrace of the given Throwable.
BCELUtil - Class in plume
BibtexClean - Class in plume
Clean a BibTeX file by removing text outside BibTeX entries.
binaryNameToClassGetName(String) - Static method in class plume.UtilMDE
binaryNameToFieldDescriptor(String) - Static method in class plume.UtilMDE
bitwiseAnd(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x & y, the bitwise and of its arguments.
bitwiseAnd(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x & y, the bitwise and of its arguments.
bitwiseComplement(int) - Static method in class plume.MathMDE
Deprecated.
Returns ~a, the bitwise complement of its argument.
bitwiseComplement(long) - Static method in class plume.MathMDE
Deprecated.
Returns ~a, the bitwise complement of its argument.
bitwiseOr(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x | y, the bitwise or of its arguments.
bitwiseOr(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x | y, the bitwise or of its arguments.
bitwiseXor(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x ^ y, the bitwise xor of its arguments.
bitwiseXor(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x ^ y, the bitwise xor of its arguments.
body - Variable in class plume.EntryReader.Entry
Deprecated.
Complete body of the entry including the first line.
bufferedFileOutputStream(String, boolean) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedOutputStream for the file, accounting for the possibility that the file is compressed.
bufferedFileReader(String) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedReader for the file, accounting for the possibility that the file is compressed.
bufferedFileReader(File) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedReader for the file, accounting for the possibility that the file is compressed.
bufferedFileReader(String, String) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedReader for the file, accounting for the possibility that the file is compressed.
bufferedFileReader(File, String) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedReader for the file, accounting for the possibility that the file is compressed.
bufferedFileWriter(String) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedWriter for the file, accounting for the possibility that the file is compressed.
bufferedFileWriter(String, boolean) - Static method in class plume.UtilMDE
Deprecated.
Returns a BufferedWriter for the file, accounting for the possibility that the file is compressed.
business_hours - Static variable in class plume.ICalAvailable
Deprecated.
A list of time ranges, expressed as a String.

C

c - Variable in class plume.Triple
Deprecated.
 
canCreateAndWrite(File) - Static method in class plume.UtilMDE
Deprecated.
Returns true if the file exists and is writable, or if the file can be created.
case_sensitive - Static variable in class plume.Lookup
If true, keywords matching is case sensistive.
charAt(int) - Method in class plume.StringBuilderDelimited
Deprecated.
Not supported by StringJoiner which will supersede this
CheckedPatternSyntaxException(PatternSyntaxException) - Constructor for exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Constructs a new CheckedPatternSyntaxException equivalent to the given PatternSyntaxException.
CheckedPatternSyntaxException(String, String, int) - Constructor for exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Constructs a new CheckedPatternSyntaxException.
checkMgen(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Checks the specific method for consistency.
checkMgens(ClassGen) - Static method in class plume.BCELUtil
Deprecated.
Checks all of the methods in gen for consistency.
checkouts - Variable in class plume.MultiVersionControl
Deprecated.
File with list of checkouts.
ClassFileVersion - Class in plume
Given a list of .class files, print the class file version and also the JDK/JRE version required to run it.
classForName(String) - Static method in class plume.UtilMDE
Deprecated.
Like Class.forName(String), but also works when the string represents a primitive type or a fully-qualified name (as opposed to a binary name).
classname_to_type(String) - Static method in class plume.BCELUtil
Deprecated.
Return the type corresponding to a given fully-qualified class name.
clear() - Method in class plume.SimpleLog
Clears indent and start times and then pushes one start time.
clear(String, Object...) - Method in class plume.SimpleLog
Calls SimpleLog.clear() and then logs the specified message
clear() - Method in class plume.Stopwatch
Clears the stopwatch without restarting it.
clear() - Method in class plume.WeakHasherMap
Deprecated.
Removes all mappings from this map.
clear() - Method in class plume.WeakIdentityHashMap
Deprecated.
Removes all mappings from this map.
clone() - Method in class plume.LimitedSizeIntSet
Deprecated.
 
clone() - Method in class plume.LimitedSizeSet
Deprecated.
 
comment_re - Static variable in class plume.Lookup
 
comment_re - Static variable in class plume.TaskManager
Deprecated.
 
commentChar(int) - Method in class plume.StrTok
Specifies the single line comment character.
ComparableArrayComparatorLengthFirst() - Constructor for class plume.ArraysMDE.ComparableArrayComparatorLengthFirst
Deprecated.
 
ComparableArrayComparatorLexical() - Constructor for class plume.ArraysMDE.ComparableArrayComparatorLexical
Deprecated.
 
compare(T[], T[]) - Method in class plume.ArraysMDE.ComparableArrayComparatorLengthFirst
Deprecated.
Compare two arrays by length, then lexically (element-by-element).
compare(T[], T[]) - Method in class plume.ArraysMDE.ComparableArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(double[], double[]) - Method in class plume.ArraysMDE.DoubleArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(int[], int[]) - Method in class plume.ArraysMDE.IntArrayComparatorLengthFirst
Deprecated.
Compare two arrays by length, then lexically (element-by-element).
compare(int[], int[]) - Method in class plume.ArraysMDE.IntArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(long[], long[]) - Method in class plume.ArraysMDE.LongArrayComparatorLengthFirst
Deprecated.
Compare two arrays by length, then lexically (element-by-element).
compare(long[], long[]) - Method in class plume.ArraysMDE.LongArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(Object[], Object[]) - Method in class plume.ArraysMDE.ObjectArrayComparatorLengthFirst
Deprecated.
Compare two arrays by length, then lexically (element-by-element).
compare(Object[], Object[]) - Method in class plume.ArraysMDE.ObjectArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(String[], String[]) - Method in class plume.ArraysMDE.StringArrayComparatorLexical
Deprecated.
Compare two arrays lexically (element-by-element).
compare(double[], double[]) - Method in class plume.FuzzyFloat.DoubleArrayComparatorLexical
Deprecated.
Lexically compares o1 and o2 as double arrays.
compare(String, String) - Method in class plume.UtilMDE.NullableStringComparator
Deprecated.
 
compare(Object, Object) - Method in class plume.UtilMDE.ObjectComparator
Deprecated.
 
compareJoinAndSBD(String[]) - Method in class plume.TestPlume
 
compareOrderedPairIterator(OrderedPairIterator<Integer>, int[][]) - Static method in class plume.TestPlume
Throws an assertion unless the paired iterator contains the same values as the argument array.
compileFiles(List<String>) - Method in class plume.FileCompiler
Compiles the files given by fileNames.
completed - Static variable in class plume.TaskManager
Deprecated.
 
completed_only() - Method in class plume.TaskManager
Deprecated.
Create a new TaskManger with only completed tasks.
concat(T[], T[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(T[], List<T>) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(List<T>, T[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(List<T>, List<T>) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(String[], String[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(byte[], byte[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(boolean[], boolean[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(char[], char[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(double[], double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(float[], float[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(int[], int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(long[], long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
concat(short[], short[]) - Static method in class plume.ArraysMDE
Deprecated.
Return an array that contains all the elements of both argument arrays, in order.
contains(int) - Method in class plume.LimitedSizeIntSet
Deprecated.
 
contains(T) - Method in class plume.LimitedSizeSet
Deprecated.
 
containsKey(Object) - Method in class plume.WeakHasherMap
Deprecated.
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns true if this map maps one or more keys to the specified value.
count(String, int) - Static method in class plume.UtilMDE
Deprecated.
Return the number of times the character appears in the string.
count(String, String) - Static method in class plume.UtilMDE
Deprecated.
Return the number of times the second string appears in the first.
count_lines(String) - Static method in class plume.UtilMDE
Deprecated.
Count the number of lines in the specified file.
countBytes(String) - Method in class plume.CountingPrintWriter
Returns the number of bytes contained in a string.
countBytes(char) - Method in class plume.CountingPrintWriter
Returns the number of bytes used to represent a character.
CountingPrintWriter - Class in plume
Prints formatted representations of objects to a text-output stream counting the number of bytes and characters printed.
CountingPrintWriter(OutputStream) - Constructor for class plume.CountingPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
CountingPrintWriter(OutputStream, boolean) - Constructor for class plume.CountingPrintWriter
Create a new PrintWriter from an existing OutputStream.
CountingPrintWriter(Writer) - Constructor for class plume.CountingPrintWriter
Create a new PrintWriter, without automatic line flushing.
CountingPrintWriter(Writer, boolean) - Constructor for class plume.CountingPrintWriter
Create a new PrintWriter, without automatic line flushing.
create_combinations(int, int, List<T>) - Static method in class plume.UtilMDE
Deprecated.
Returns a list of lists of each combination (with repetition, but not permutations) of the specified objects starting at index start over dims dimensions, for dims > 0.
create_combinations(int, int, int) - Static method in class plume.UtilMDE
Deprecated.
Returns a list of lists of each combination (with repetition, but not permutations) of integers from start to cnt (inclusive) over arity dimensions.
createTempDir(String, String) - Static method in class plume.UtilMDE
Deprecated.
Creates an empty directory in the default temporary-file directory, using the given prefix and suffix to generate its name.
cvs_arg - Variable in class plume.MultiVersionControl
Deprecated.
 
cvs_executable - Variable in class plume.MultiVersionControl
Deprecated.
 

D

date - Static variable in class plume.ICalAvailable
Deprecated.
 
days - Static variable in class plume.ICalAvailable
Deprecated.
 
debug - Static variable in class plume.ICalAvailable
Deprecated.
 
debug - Static variable in class plume.MultiVersionControl
Deprecated.
 
debug_process_output - Variable in class plume.MultiVersionControl
Deprecated.
 
debug_replacers - Variable in class plume.MultiVersionControl
Deprecated.
 
DeclarationAnnotations - Class in plume
 
DeclarationAnnotations() - Constructor for class plume.DeclarationAnnotations
 
deepEquals(Object, Object) - Static method in class plume.UtilMDE
Deprecated.
Determines deep equality for the elements.
defineClassFromFile(String, String) - Static method in class plume.UtilMDE
Deprecated.
Converts the bytes in a file into an instance of class Class, and resolves (links) the class.
deleteDir(String) - Static method in class plume.UtilMDE
Deprecated.
Deletes the directory at dirName and all its files.
deleteDir(File) - Static method in class plume.UtilMDE
Deprecated.
Deletes the directory at dir and all its files.
description_re - Static variable in class plume.Lookup
 
destroy() - Method in class plume.TimeLimitProcess
Deprecated.
Kills the subprocess.
DeterministicObject - Class in plume
This is a deterministic version of the Object class.
DeterministicObject() - Constructor for class plume.DeterministicObject
Create a DeterministicObject.
Digest - Class in plume
Computes a message digest for a file.
dir - Variable in class plume.MultiVersionControl
Deprecated.
 
div(int, int) - Static method in class plume.MathMDE
Deprecated.
Divides its arguments.
div(long, long) - Static method in class plume.MathMDE
Deprecated.
Divides its arguments.
div(double, double) - Static method in class plume.MathMDE
Deprecated.
Divides its arguments.
dominators(Map<T, List<T>>) - Static method in class plume.GraphMDE
Deprecated.
Computes, for each node in the graph, its set of (pre-)dominators.
DoubleArrayComparatorLexical() - Constructor for class plume.ArraysMDE.DoubleArrayComparatorLexical
Deprecated.
 
DoubleArrayComparatorLexical() - Constructor for class plume.FuzzyFloat.DoubleArrayComparatorLexical
Deprecated.
 
doubleArrays() - Static method in class plume.Intern
Deprecated.
 
doubles() - Static method in class plume.Intern
Deprecated.
 
dry_run - Variable in class plume.MultiVersionControl
Deprecated.
 
dump(JavaClass, String) - Static method in class plume.BCELUtil
Deprecated.
Dumps the contents of the specified class to the specified directory.
dump(JavaClass, File) - Static method in class plume.BCELUtil
Deprecated.
Dumps the contents of the specified class to the specified directory.

E

elapsedMillis() - Method in class plume.Stopwatch
 
elapsedSeconds() - Method in class plume.Stopwatch
 
element_range(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the difference between the smallest and largest array elements.
element_range(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the difference between the smallest and largest array elements.
empty_method(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Empties the method of all code (except for a return).
enabled - Variable in class plume.SimpleLog
If false, do no output.
enabled() - Method in class plume.SimpleLog
 
enableDebugLogging(boolean) - Method in class plume.Options
Deprecated.
Enable or disable debug logging.
entry_file - Static variable in class plume.Lookup
Specify the colon-separated search list for the file that contains information to be searched.
entry_start_re - Variable in class plume.EntryReader
Deprecated.
Regular expression that starts a long entry.
entry_start_re - Static variable in class plume.Lookup
 
entry_stop_re - Variable in class plume.EntryReader
Deprecated.
 
entry_stop_re - Static variable in class plume.Lookup
 
EntryReader - Class in plume
EntryReader(InputStream, String, String, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that uses the given character set.
EntryReader(InputStream, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(InputStream, String, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader.
EntryReader(InputStream, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that uses the default character set and does not support comments or include directives.
EntryReader(InputStream) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(Reader, String, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader.
EntryReader(Reader) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(File, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create an EntryReader.
EntryReader(File) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(File, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(String, String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a new EntryReader starting with the specified file.
EntryReader(String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader(String, String) - Constructor for class plume.EntryReader
Deprecated.
Create a EntryReader that does not support comments or include directives.
EntryReader.Entry - Class in plume
Deprecated.
Descriptor for an entry (record, paragraph, etc.).
entrySet() - Method in class plume.WeakHasherMap
Deprecated.
Returns a Set view of the mappings in this map.
entrySet() - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns a collection view of the mappings contained in this map.
EnumerationIterator(Enumeration<T>) - Constructor for class plume.UtilMDE.EnumerationIterator
Deprecated.
 
eq(double, double) - Method in class plume.FuzzyFloat
Deprecated.
Test d1 and d2 for equality using the current ratio.
equalFiles(String, String) - Static method in class plume.UtilMDE
Deprecated.
Return true iff files have the same contents.
equalFiles(String, String, boolean) - Static method in class plume.UtilMDE
Deprecated.
Return true iff the files have the same contents.
equals(Object, Object) - Method in interface plume.Hasher
Deprecated.
The equality function over the objects being hashed.
equals(Object) - Method in class plume.Pair
Deprecated.
 
equals(Object) - Method in class plume.Triple
Deprecated.
 
equals(Object) - Method in class plume.WeakIdentityPair
Deprecated.
 
ErrorHandler() - Constructor for class plume.StrTok.ErrorHandler
 
escapeNonASCII(String) - Static method in class plume.UtilMDE
Deprecated.
Escape unprintable characters in the target, following the usual Java backslash conventions, so that the result is sure to be printable ASCII.
escapeNonJava(String) - Static method in class plume.UtilMDE
Deprecated.
Escape \, ", newline, and carriage-return characters in the target as \\, \", \n, and \r; return a new string if any modifications were necessary.
escapeNonJava(Character) - Static method in class plume.UtilMDE
Deprecated.
Like UtilMDE.escapeNonJava(String), but for a single character.
exdent() - Method in class plume.SimpleLog
Exdents: reduces indentation and pops a start time.
exdent_time(String, Object...) - Method in class plume.SimpleLog
Prints the time (showing the time for the nested timer) and then calls SimpleLog.exdent().
exit(int) - Static method in class plume.RandoopMappedCalls
 
exitValue() - Method in class plume.TimeLimitProcess
Deprecated.
Return the exit value for the subprocess.
expandFilename(File) - Static method in class plume.UtilMDE
Deprecated.
Does tilde expansion on a file name (to the user's home directory).
expandFilename(String) - Static method in class plume.UtilMDE
Deprecated.
Does tilde expansion on a file name (to the user's home directory).

F

fieldDescriptorToBinaryName(String) - Static method in class plume.UtilMDE
fieldDescriptorToClassGetName(String) - Static method in class plume.UtilMDE
FileCompiler - Class in plume
This class has method FileCompiler.compileFiles(List) that compiles Java source files.
FileCompiler() - Constructor for class plume.FileCompiler
Creates a new FileCompiler.
FileCompiler(String[], long) - Constructor for class plume.FileCompiler
Creates a new FileCompiler.
FileCompiler(ArrayList<String>, long) - Constructor for class plume.FileCompiler
Creates a new FileCompiler.
FileCompiler(String, long) - Constructor for class plume.FileCompiler
Creates a new FileCompiler.
fileInputStream(File) - Static method in class plume.UtilMDE
Deprecated.
Returns an InputStream for the file, accounting for the possibility that the file is compressed.
FileIOException - Exception in plume
FileIOException() - Constructor for exception plume.FileIOException
Deprecated.
Create a dummy FileIOException.
FileIOException(Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException with no known file name or line number (which is kind of pointless; you might as well just have a regular exception).
FileIOException(String, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, String, int) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, Throwable, String, int) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(LineNumberReader, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader, String) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(LineNumberReader, String, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader, String, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader, File) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(String, LineNumberReader, File, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
FileIOException(LineNumberReader, File, Throwable) - Constructor for exception plume.FileIOException
Deprecated.
Create a FileIOException.
fileLines(String) - Static method in class plume.UtilMDE
Deprecated.
Return the contents of the file, as a list of strings, one per line.
fileName - Variable in exception plume.FileIOException
Deprecated.
The file being read when the IOException ocurred.
fileReader(String) - Static method in class plume.UtilMDE
Deprecated.
Returns a Reader for the file, accounting for the possibility that the file is compressed.
fileReader(File) - Static method in class plume.UtilMDE
Deprecated.
Returns a Reader for the file, accounting for the possibility that the file is compressed.
fileReader(File, String) - Static method in class plume.UtilMDE
Deprecated.
Returns a Reader for the file, accounting for the possibility that the file is compressed.
Filter<T> - Interface in plume
Deprecated.
FilteredIterator(Iterator<T>, Filter<T>) - Constructor for class plume.UtilMDE.FilteredIterator
Deprecated.
 
findClass(String) - Static method in class plume.JWhich
Returns the URL of the resource denoted by the specified class name, as prescribed by the class path.
finished() - Method in class plume.TimeLimitProcess
Deprecated.
 
first_line - Variable in class plume.EntryReader.Entry
Deprecated.
First line of the entry.
first_line(String) - Static method in class plume.Lookup
Returns the first line of entry.
fn_compose(int[], int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the composition of the given two functions, all of which are represented as arrays.
fn_identity(int) - Static method in class plume.ArraysMDE
Deprecated.
Return an array [0..lenth).
fn_inverse(int[], int) - Static method in class plume.ArraysMDE
Deprecated.
Return the inverse of the given function, which is represented as an array.
fn_inverse_permutation(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Requires that fn_is_permutation(a) holds.
fn_is_permutation(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns true if the array is a permutation of [0..a.length).
fn_is_total(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff the array does not contain -1.
format() - Method in class plume.Stopwatch
 
format(int) - Method in class plume.Stopwatch
 
format - Static variable in class plume.TaskManager
Deprecated.
 
fullyQualifiedNameToSimpleName(String) - Static method in class plume.UtilMDE
Deprecated.
Returns the simple unqualified class name that corresponds to the specified fully qualified name.
FuzzyFloat - Class in plume
FuzzyFloat() - Constructor for class plume.FuzzyFloat
Deprecated.
Creates a FuzzyFloat with the default rel_diff value of .0001.
FuzzyFloat(double) - Constructor for class plume.FuzzyFloat
Deprecated.
Creates a FuzzyFloat.
FuzzyFloat.DoubleArrayComparatorLexical - Class in plume
Deprecated.
Lexically compares two double arrays.

G

gcd(int, int) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the two arguments.
gcd(int[]) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the elements of int array a.
gcd(long, long) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the two arguments.
gcd(long[]) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the elements of long array a.
gcd(double, double) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the two arguments.
gcd(double[]) - Static method in class plume.MathMDE
Deprecated.
Return the greatest common divisor of the elements of double array a.
gcd_differences(int[]) - Static method in class plume.MathMDE
Deprecated.
Return the gcd (greatest common divisor) of the differences between the elements of int array a.
gcd_differences(long[]) - Static method in class plume.MathMDE
Deprecated.
Return the gcd (greatest common divisor) of the differences between the elements of long array a.
gcd_differences(double[]) - Static method in class plume.MathMDE
Deprecated.
Return the gcd (greatest common divisor) of the differences between the elements of double array a.
get(Object) - Method in class plume.WeakHasherMap
Deprecated.
Returns the value to which this map maps the specified key.
get(Object) - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get_attribute_name(Attribute) - Static method in class plume.BCELUtil
Deprecated.
Return the attribute name for the specified attribute.
get_attribute_name(Attribute, ConstantPoolGen) - Static method in class plume.BCELUtil
Deprecated.
Return the attribute name for the specified attribute.
get_constant_str(ConstantPool, int) - Static method in class plume.BCELUtil
Deprecated.
Returns the constant string at the specified offset.
get_entry() - Method in class plume.EntryReader
Deprecated.
Returns the next entry (paragraph) in the file.
get_method_declaration(Method) - Static method in class plume.BCELUtil
Deprecated.
Returns a string describing a method declaration.
get_options_str() - Method in class plume.Options
Deprecated.
Returns a string containing all of the options that were set and their arguments.
getA() - Method in class plume.WeakIdentityPair
Deprecated.
Return the first element of the pair, or null if it has been garbage-collected.
getB() - Method in class plume.WeakIdentityPair
Deprecated.
Return the second element of the pair, or null if it has been garbage-collected.
getClasspath() - Static method in class plume.JWhich
Return the classpath.
getDescription() - Method in exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Retrieves the description of the error.
getErrorStream() - Method in class plume.TimeLimitProcess
Deprecated.
Gets the error stream connected to the error output of the subprocess.
getFileDigest(String, MessageDigest) - Static method in class plume.Digest
This convenience method is used by both create() and verify().
getFileName() - Method in class plume.EntryReader
Deprecated.
Returns the current filename.
getFirst() - Method in class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
getFormatJavadoc() - Method in class plume.OptionsDoclet
Deprecated.
 
getFromSet(Set<?>, Object) - Static method in class plume.UtilMDE
Deprecated.
Return the object in this set that is equal to key.
getIndex() - Method in exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Retrieves the error index.
getInputStream() - Method in class plume.TimeLimitProcess
Deprecated.
Gets an input stream connected to the output of the subprocess.
getLast() - Method in class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
getLineNumber() - Method in class plume.EntryReader
Deprecated.
Return the current line number in the current file.
getMessage() - Method in exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
getNumberOfPrintedBytes() - Method in class plume.CountingPrintWriter
Returns the total number of bytes printed using any of the 'print' or 'println' methods of this CountingPrintBuffer.
getNumberOfPrintedChars() - Method in class plume.CountingPrintWriter
Returns the total number of characters printed using any of the 'print' or 'println' methods of this CountingPrintBuffer.
getNumberOfWrittenBytes() - Method in class plume.CountingPrintWriter
Returns the total number of bytes printed using any of the 'write' methods of this CountingPrintBuffer.
getOutputStream() - Method in class plume.TimeLimitProcess
Deprecated.
Gets the output stream connected to the input of the subprocess.
getPattern() - Method in exception plume.RegexUtil.CheckedPatternSyntaxException
Deprecated.
Retrieves the erroneous regular-expression pattern.
getPrivateField(Object, String) - Static method in class plume.UtilMDE
Deprecated.
Reads the given field, which may be private.
getUseSingleDash() - Method in class plume.OptionsDoclet
Deprecated.
 
getValues() - Method in class plume.RandomSelector
Deprecated.
Returns current_values, modifies none.
git_arg - Variable in class plume.MultiVersionControl
Deprecated.
 
git_executable - Variable in class plume.MultiVersionControl
Deprecated.
 
GraphMDE - Class in plume
gt(double, double) - Method in class plume.FuzzyFloat
Deprecated.
test d1 and d2 for d1 > d2.
gte(double, double) - Method in class plume.FuzzyFloat
Deprecated.
test d1 and d2 for d1 ≥ d2.

H

hash(double) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(double, double) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(double, double, double) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(double[]) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(double[], double[]) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(long) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(long, long) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(long, long, long) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(long[]) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(long[], long[]) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(String) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(String, String) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(String, String, String) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hash(String[]) - Static method in class plume.UtilMDE
Deprecated.
Return a hash of the arguments.
hashCode() - Method in class plume.DeterministicObject
 
hashCode(Object) - Method in interface plume.Hasher
Deprecated.
hashCode function for objects under consideration (not for Hasher objects).
hashCode() - Method in class plume.Pair
Deprecated.
 
hashCode() - Method in class plume.Triple
Deprecated.
 
hashCode() - Method in class plume.WeakIdentityPair
Deprecated.
 
Hasher - Interface in plume
Deprecated.
hasMoreElements() - Method in class plume.UtilMDE.IteratorEnumeration
Deprecated.
 
hasNext() - Method in class plume.EntryReader
Deprecated.
Returns whether or not there is another line to read.
hasNext() - Method in class plume.OrderedPairIterator
Deprecated.
 
hasNext() - Method in class plume.UtilMDE.EnumerationIterator
Deprecated.
 
hasNext() - Method in class plume.UtilMDE.FilteredIterator
Deprecated.
 
hasNext() - Method in class plume.UtilMDE.MergedIterator
Deprecated.
 
hasNext() - Method in class plume.UtilMDE.MergedIterator2
Deprecated.
 
hasNext() - Method in class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
help - Static variable in class plume.Lookup
Show detailed help information and exit.
hexDecode(String) - Static method in class plume.Digest
A convenience method to convert from a string of hexadecimal digits to an array of bytes.
hexEncode(byte[]) - Static method in class plume.Digest
A convenience method to convert an array of bytes to a String.
hg_arg - Variable in class plume.MultiVersionControl
Deprecated.
 
hg_executable - Variable in class plume.MultiVersionControl
Deprecated.
 
home - Static variable in class plume.MultiVersionControl
Deprecated.
 

I

iCal_URL - Static variable in class plume.ICalAvailable
Deprecated.
For a Google calendar: go to settings, then click on the green "ICAL" icon for the "private address".
ICalAvailable - Class in plume
ignore_dir - Variable in class plume.MultiVersionControl
Deprecated.
 
in_jdk(ClassGen) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the class is part of the JDK (rt.jar).
in_jdk(String) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the class is part of the JDK (rt.jar).
in_jdk_internalform(String) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the class is part of the JDK (rt.jar).
include_re - Static variable in class plume.Lookup
 
include_re - Static variable in class plume.TaskManager
Deprecated.
 
incrementMap(Map<T, Integer>, T, int) - Static method in class plume.UtilMDE
Deprecated.
Increment the Integer which is indexed by key in the Map.
indent() - Method in class plume.SimpleLog
Indents by one level and pushes a corresponding start time.
indent(String, Object...) - Method in class plume.SimpleLog
Prints to the log, then indents.
INDENT_STR_ONE_LEVEL - Variable in class plume.SimpleLog
Indentation string for one level of indentation.
indexOf(T[], Object) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array, testing for equality using the equals method.
indexOf(T[], Object, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array, testing for equality using the equals method.
indexOf(List<? extends Object>, Object) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the list, testing for equality using the equals method.
indexOf(List<? extends Object>, Object, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the list, testing for equality using the equals method.
indexOf(int[], int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(long[], long) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(int[], int, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(long[], long, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(boolean[], boolean) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(double[], double) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(boolean[], boolean, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array.
indexOf(Object[], Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise, testing for equality using the equals method.
indexOf(List<?>, Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the list that matches the given array elementwise, testing for equality using the equals method.
indexOf(Object[], List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given list elementwise, testing for equality using the equals method.
indexOf(List<?>, List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the list that matches the given list elementwise, testing for equality using the equals method.
indexOf(int[], int[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise.
indexOf(double[], double[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise.
indexOf(long[], long[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise.
indexOf(boolean[], boolean[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise.
indexOf(double[], double) - Method in class plume.FuzzyFloat
Deprecated.
Searches for the first occurrence of elt in a.
indexOf(double[], double[]) - Method in class plume.FuzzyFloat
Deprecated.
Searches for the first subsequence of a that matches sub elementwise.
indexOfEq(Object[], Object) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array, testing for equality using == (not the equals method).
indexOfEq(Object[], Object, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the array, testing for equality using == (not the equals method).
indexOfEq(List<? extends Object>, Object) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the list, testing for equality using == (not the equals method).
indexOfEq(List<? extends Object>, Object, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first occurrence of the given element in the list, testing for equality using == (not the equals method).
indexOfEq(Object[], Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given array elementwise, testing for equality using == (not the equals method).
indexOfEq(List<?>, Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the list that matches the given array elementwise, testing for equality using == (not the equals method).
indexOfEq(Object[], List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the array that matches the given list elementwise, testing for equality using == (not the equals method).
indexOfEq(List<?>, List<?>) - Static method in class plume.ArraysMDE
Deprecated.
Searches for the first subsequence of the list that matches the given list elementwise, testing for equality using == (not the equals method).
inferLineSeparator(String) - Static method in class plume.UtilMDE
Deprecated.
Tries to infer the line separator used in a file.
inferLineSeparator(File) - Static method in class plume.UtilMDE
Deprecated.
Tries to infer the line separator used in a file.
insecure - Variable in class plume.MultiVersionControl
Deprecated.
 
insert_type(Type, Type[]) - Static method in class plume.BCELUtil
instruction_descr(InstructionList, ConstantPoolGen) - Static method in class plume.BCELUtil
Deprecated.
 
int_array_iterator(int[]) - Static method in class plume.TestPlume
 
int_iterator_array(Iterator<Integer>) - Static method in class plume.TestPlume
 
IntArrayComparatorLengthFirst() - Constructor for class plume.ArraysMDE.IntArrayComparatorLengthFirst
Deprecated.
 
IntArrayComparatorLexical() - Constructor for class plume.ArraysMDE.IntArrayComparatorLexical
Deprecated.
 
intArrays() - Static method in class plume.Intern
Deprecated.
 
integers() - Static method in class plume.Intern
Deprecated.
 
Intern - Class in plume
Deprecated.
intern(String) - Static method in class plume.Intern
Deprecated.
Interns a String.
intern(long) - Static method in class plume.Intern
Deprecated.
Interns a long.
intern(double) - Static method in class plume.Intern
Deprecated.
Interns a double A no-op.
intern(Integer) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) an Integer.
intern(Long) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) a Long.
intern(int[]) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) an int[].
intern(long[]) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) a long[].
intern(Double) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) a Double.
intern(double[]) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) a double[].
intern(String[]) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) an String[].
intern(Object[]) - Static method in class plume.Intern
Deprecated.
Intern (canonicalize) an Object[].
intern(Object) - Static method in class plume.Intern
Deprecated.
Convenince method to intern an Object when we don't know its runtime type.
internedDouble(double) - Static method in class plume.Intern
Deprecated.
Returns an interned Double with value i.
internedDouble(String) - Static method in class plume.Intern
Deprecated.
Returns an interned Double with value parsed from the string.
internedInteger(int) - Static method in class plume.Intern
Deprecated.
Returns an interned Integer with value i.
internedInteger(String) - Static method in class plume.Intern
Deprecated.
Returns an interned Integer with value parsed from the string.
internedLong(long) - Static method in class plume.Intern
Deprecated.
Returns an interned Long with value i.
internedLong(String) - Static method in class plume.Intern
Deprecated.
Returns an interned Long with value parsed from the string.
internStrings(String[]) - Static method in class plume.Intern
Deprecated.
Replace each element of the array by its interned version.
internSubsequence(int[], int, int) - Static method in class plume.Intern
Deprecated.
Return an interned subsequence of seq from start (inclusive) to end (exclusive).
internSubsequence(long[], int, int) - Static method in class plume.Intern
Deprecated.
 
internSubsequence(double[], int, int) - Static method in class plume.Intern
Deprecated.
 
internSubsequence(Object[], int, int) - Static method in class plume.Intern
Deprecated.
 
internSubsequence(String[], int, int) - Static method in class plume.Intern
Deprecated.
 
intersectionCardinality(BitSet, BitSet) - Static method in class plume.UtilMDE
Deprecated.
Returns the cardinality of the intersection of the two BitSets.
intersectionCardinality(BitSet, BitSet, BitSet) - Static method in class plume.UtilMDE
Deprecated.
Returns the cardinality of the intersection of the three BitSets.
intersectionCardinalityAtLeast(BitSet, BitSet, int) - Static method in class plume.UtilMDE
Deprecated.
Returns true if the cardinality of the intersection of the two BitSets is at least the given value.
intersectionCardinalityAtLeast(BitSet, BitSet, BitSet, int) - Static method in class plume.UtilMDE
Deprecated.
Returns true if the cardinality of the intersection of the three BitSets is at least the given value.
is_clinit(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the method is a class initializer.
is_clinit(Method) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the method is a class initializer.
is_constructor(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the method is a constructor.
is_constructor(Method) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the method is a constructor.
is_local_variable_type_table(Attribute, ConstantPoolGen) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not the specified attribute is a local variable type table.
is_main(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Returns whether or not this is a standard main method (static, name is 'main', and one argument of string array).
isElemMatch(double[], double[]) - Method in class plume.FuzzyFloat
Deprecated.
Determines whether or not a1 and a2 are set equivalent (contain only the same elements).
isEmpty() - Method in class plume.WeakHasherMap
Deprecated.
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns true if this map contains no key-value mappings.
isInterned(Object) - Static method in class plume.Intern
Deprecated.
Return true if the argument is interned (is canonical among all objects equal to itself).
isQString() - Method in class plume.StrTok
Returns true if the current token is a quoted string.
isRegex(String) - Static method in class plume.RegexUtil
Deprecated.
Returns true if the argument is a syntactically valid regular expression.
isRegex(String, int) - Static method in class plume.RegexUtil
Deprecated.
Returns true if the argument is a syntactically valid regular expression with at least the given number of groups.
isRegex(char) - Static method in class plume.RegexUtil
Deprecated.
Returns true if the argument is a syntactically valid regular expression.
isSubarray(Object[], Object[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using the equals method.
isSubarray(Object[], List<?>, int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using the equals method.
isSubarray(List<?>, Object[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using the equals method.
isSubarray(List<?>, List<?>, int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using the equals method.
isSubarray(int[], int[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first.
isSubarray(long[], long[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first.
isSubarray(double[], double[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first.
isSubarray(boolean[], boolean[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first.
isSubarrayEq(Object[], Object[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using == (not the equals method).
isSubarrayEq(Object[], List<?>, int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using == (not the equals method).
isSubarrayEq(List<?>, Object[], int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using == (not the equals method).
isSubarrayEq(List<?>, List<?>, int) - Static method in class plume.ArraysMDE
Deprecated.
Determines whether the second array is a subarray of the first, starting at the specified index of the first, testing for equality using == (not the equals method).
isSubset(long[], long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return whether smaller is a subset of bigger.
isSubset(double[], double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return whether smaller is a subset of bigger.
isSubset(String[], String[]) - Static method in class plume.ArraysMDE
Deprecated.
Return whether smaller is a subset of bigger.
isSubset(double[], double[]) - Method in class plume.FuzzyFloat
Deprecated.
Determines whether smaller is a subset of bigger.
isSubtype(Class<?>, Class<?>) - Static method in class plume.UtilMDE
Deprecated.
Return true iff sub is a subtype of sup.
isWord() - Method in class plume.StrTok
Returns true if the current token is a word (identifier).
item_num - Static variable in class plume.Lookup
Specifies which item to print when there are multiple matches.
IterableIterator<T> - Class in plume
IterableIterator(Iterator<T>) - Constructor for class plume.IterableIterator
Deprecated.
Create an IterableIterator.
iterator() - Method in class plume.EntryReader
Deprecated.
Return a line-by-line iterator for this file.
iterator() - Method in class plume.IterableIterator
Deprecated.
Return the iterator.
IteratorEnumeration(Iterator<T>) - Constructor for class plume.UtilMDE.IteratorEnumeration
Deprecated.
 
iteratorToIterable(Iterator<T>) - Static method in class plume.UtilMDE
Deprecated.
Converts an Iterator to an Iterable.

J

java_source(File) - Static method in class plume.UtilMDE
Deprecated.
Return a string version of the filename that can be used in Java source.
javadocToHtml(Doc) - Static method in class plume.OptionsDoclet
Deprecated.
Replace the @link tags and block @see tags in a Javadoc comment with sensible, non-hyperlinked HTML.
join(Object[], String) - Static method in class plume.UtilMDE
Deprecated.
Concatenate the string representations of the array elements, placing the delimiter between them.
join(Iterable<? extends Object>, String) - Static method in class plume.UtilMDE
Deprecated.
Concatenate the string representations of the objects, placing the delimiter between them.
joinLines(Object...) - Static method in class plume.UtilMDE
Deprecated.
Concatenate the string representations of the objects, placing the system-specific line separator between them.
joinLines(List<String>) - Static method in class plume.UtilMDE
Deprecated.
Concatenate the string representations of the objects, placing the system-specific line separator between them.
JWhich - Class in plume
JWhich is a utility that takes a Java class name and displays the absolute pathname of the class file that would be loaded first by the class loader, as prescribed by the class path.

K

keySet() - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns a set view of the keys contained in this map.

L

length(Object) - Static method in class plume.ArraysMDE
Deprecated.
Casts obj down to the proper array type then calls .length.
length() - Method in class plume.StringBuilderDelimited
Deprecated.
 
LimitedSizeIntSet - Class in plume
LimitedSizeIntSet(int) - Constructor for class plume.LimitedSizeIntSet
Deprecated.
Create a new LimitedSizeIntSet that can hold max_values values.
LimitedSizeSet<T> - Class in plume
LimitedSizeSet(int) - Constructor for class plume.LimitedSizeSet
Deprecated.
Create a new LimitedSizeSet that can hold max_values values.
line_oriented - Variable in class plume.SimpleLog
True if every log call is made with a complete line of text.
lineNumber - Variable in exception plume.FileIOException
Deprecated.
The line being read when the IOException ocurred.
lineNumberFileReader(String) - Static method in class plume.UtilMDE
Deprecated.
Returns a LineNumberReader for the file, accounting for the possibility that the file is compressed.
lineNumberFileReader(File) - Static method in class plume.UtilMDE
Deprecated.
Returns a LineNumberReader for the file, accounting for the possibility that the file is compressed.
lineSep - Static variable in class plume.TaskManager
Deprecated.
 
local_var_descr(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Return a description of the local variables (one per line).
log(String, Object...) - Method in class plume.SimpleLog
Log a message.
log_tb(String, Object...) - Method in class plume.SimpleLog
Log a message, and provide a backtrace (traceback, or tb).
log_time(String, Object...) - Method in class plume.SimpleLog
Writes the specified message and the elapsed time since the last call to start_time().
logicalAnd(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns the logical and of its arguments.
logicalAnd(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns the logical and of its arguments.
logicalOr(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns the logical or of its arguments.
logicalOr(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns the logical or of its arguments.
logicalXor(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns the logical xor of its arguments.
logicalXor(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns the logical xor of its arguments.
LongArrayComparatorLengthFirst() - Constructor for class plume.ArraysMDE.LongArrayComparatorLengthFirst
Deprecated.
 
LongArrayComparatorLexical() - Constructor for class plume.ArraysMDE.LongArrayComparatorLexical
Deprecated.
 
longArrays() - Static method in class plume.Intern
Deprecated.
 
longs() - Static method in class plume.Intern
Deprecated.
 
Lookup - Class in plume
Lookup searches a set of files, much like grep does.
lpad(String, int) - Static method in class plume.UtilMDE
Deprecated.
Returns a string of the specified length, truncated if necessary, and padded with spaces to the left if necessary.
lshift(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x << y, the left-shift operation applied to its arguments.
lshift(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x << y, the left-shift operation applied to its arguments.
lt(double, double) - Method in class plume.FuzzyFloat
Deprecated.
Test d1 and d2 for d1 < d2.
lte(double, double) - Method in class plume.FuzzyFloat
Deprecated.
Test d1 and d2 for d1 &le; d2.

M

main(String[]) - Static method in class plume.BibtexClean
Main method for the BibtexClean program.
main(String[]) - Static method in class plume.ClassFileVersion
Main method for the ClassFileVersion program.
main(String[]) - Static method in class plume.DeclarationAnnotations
 
main(String[]) - Static method in class plume.EntryReader
Deprecated.
Simple usage example.
main(String[]) - Static method in class plume.ICalAvailable
Deprecated.
Main entry point; see class documentation.
main(String[]) - Static method in class plume.JWhich
 
main(String[]) - Static method in class plume.Lookup
Look for the specified keywords in the file(s) and print the corresponding entries.
main(String[]) - Static method in class plume.MultiVersionControl
Deprecated.
 
main(String[]) - Static method in class plume.TaskManager
Deprecated.
 
main(String[]) - Static method in class plume.TestPlume.PrintOneIntPerTimePeriod
 
makeArrayList(Enumeration<T>) - Static method in class plume.UtilMDE
Deprecated.
Returns a vector containing the elements of the enumeration.
mapToString(Map<K, V>) - Static method in class plume.UtilMDE
Deprecated.
Returns a multi-line string representation of a map.
mapToString(Appendable, Map<K, V>, String) - Static method in class plume.UtilMDE
Deprecated.
Write a multi-line representation of the map into the given Appendable (e.g., a StringBuilder).
mark(int) - Method in class plume.EntryReader
Deprecated.
 
MathMDE - Class in plume
max(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max(double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max(Integer[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max(Long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max(Double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the largest value in the array.
max_size() - Method in class plume.LimitedSizeIntSet
Deprecated.
An upper bound on how many distinct elements can be individually represented in the set.
max_size() - Method in class plume.LimitedSizeSet
Deprecated.
An upper bound on how many distinct elements can be individually represented in the set.
merge(int, List<LimitedSizeIntSet>) - Static method in class plume.LimitedSizeIntSet
Deprecated.
Merges a list of LimitedSizeIntSet objects into a single object that represents the values seen by the entire list.
merge(int, List<LimitedSizeSet<? extends T>>) - Static method in class plume.LimitedSizeSet
Deprecated.
Merges a list of LimitedSizeSet<T> objects into a single object that represents the values seen by the entire list.
MergedIterator(Iterator<Iterator<T>>) - Constructor for class plume.UtilMDE.MergedIterator
Deprecated.
 
MergedIterator2(Iterator<T>, Iterator<T>) - Constructor for class plume.UtilMDE.MergedIterator2
Deprecated.
 
methodForName(String) - Static method in class plume.UtilMDE
Deprecated.
Given a method signature, return the method.
methodForName(String, String, Class<?>[]) - Static method in class plume.UtilMDE
Deprecated.
Given a class name and a method name in that class, return the method.
milestone - Static variable in class plume.TaskManager
Deprecated.
 
milestone_match(String) - Method in class plume.TaskManager
Deprecated.
Create a new TaskManger with only those tasks in milestone.
min(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min(double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min(Integer[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min(Long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min(Double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the smallest value in the array.
min_max(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a two-element array containing the smallest and largest values in the array.
min_max(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a two-element array containing the smallest and largest values in the array.
missing_numbers(int[]) - Static method in class plume.MathMDE
Deprecated.
Return an array containing all the numbers not in its argument array (which must be non-empty) but in the argument's range; that is, bigger than its argument's minimum value and smaller than its argument's maximum value.
missing_numbers(long[]) - Static method in class plume.MathMDE
Deprecated.
Return an array containing all the numbers not in its argument array (which must be non-empty) but in the argument's range; that is, bigger than its argument's minimum value and smaller than its argument's maximum value.
mod(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x % y, the modulus operation applied to its arguments.
mod(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x % y, the modulus operation applied to its arguments.
mod_positive(int, int) - Static method in class plume.MathMDE
Deprecated.
Return z such that (z == x mod y) && (0 <= z < abs(y)).
mod_positive(long, long) - Static method in class plume.MathMDE
Deprecated.
Return z such that (z == x mod y) && (0 <= z < abs(y)).
modulus(int[]) - Static method in class plume.MathMDE
Deprecated.
Return an array of two integers (r,m) such that each number in NUMS is equal to r (mod m).
modulus(long[]) - Static method in class plume.MathMDE
Deprecated.
Return an array of two integers (r,m) such that each number in NUMS is equal to r (mod m).
modulus_int(Iterator<Integer>) - Static method in class plume.MathMDE
Deprecated.
The iterator produces Integer values.
modulus_long(Iterator<Long>) - Static method in class plume.MathMDE
Deprecated.
The iterator produces Long values.
modulus_strict(int[], boolean) - Static method in class plume.MathMDE
Deprecated.
Return an array of two integers (r,m) such that each number in NUMS is equal to r (mod m).
modulus_strict(long[], boolean) - Static method in class plume.MathMDE
Deprecated.
Return an array of two integers (r,m) such that each number in NUMS is equal to r (mod m).
modulus_strict_int(Iterator<Integer>, boolean) - Static method in class plume.MathMDE
Deprecated.
The iterator produces Integer values.
modulus_strict_long(Iterator<Long>, boolean) - Static method in class plume.MathMDE
Deprecated.
The iterator produces Long values.
mul(int, int) - Static method in class plume.MathMDE
Deprecated.
Multiplies its arguments.
mul(long, long) - Static method in class plume.MathMDE
Deprecated.
Multiplies its arguments.
mul(double, double) - Static method in class plume.MathMDE
Deprecated.
Multiplies its arguments.
MultiRandSelector<T> - Class in plume
MultiRandSelector(int, Partitioner<T, T>) - Constructor for class plume.MultiRandSelector
Deprecated.
 
MultiRandSelector(double, Partitioner<T, T>) - Constructor for class plume.MultiRandSelector
Deprecated.
 
MultiRandSelector(int, Random, Partitioner<T, T>) - Constructor for class plume.MultiRandSelector
Deprecated.
 
MultiRandSelector(double, Random, Partitioner<T, T>) - Constructor for class plume.MultiRandSelector
Deprecated.
 
MultiVersionControl - Class in plume
MultiVersionControl(String[]) - Constructor for class plume.MultiVersionControl
Deprecated.
 

N

ne(double, double) - Method in class plume.FuzzyFloat
Deprecated.
Test d1 and d2 for non-equality using the current ratio.
need(String) - Method in class plume.StrTok
Reads the next token and checks that it matches tok.
need_word() - Method in class plume.StrTok
Reads the next token and checks to make sure that it is a word (id).
negate(int) - Static method in class plume.MathMDE
Deprecated.
Negates its argument.
negate(long) - Static method in class plume.MathMDE
Deprecated.
Negates its argument.
negate(double) - Static method in class plume.MathMDE
Deprecated.
Negates its argument.
next() - Method in class plume.EntryReader
Deprecated.
Return the next line in the multi-file.
next() - Method in class plume.OrderedPairIterator
Deprecated.
 
next() - Method in class plume.UtilMDE.EnumerationIterator
Deprecated.
 
next() - Method in class plume.UtilMDE.FilteredIterator
Deprecated.
 
next() - Method in class plume.UtilMDE.MergedIterator
Deprecated.
 
next() - Method in class plume.UtilMDE.MergedIterator2
Deprecated.
 
next() - Method in class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
nextElement() - Method in class plume.UtilMDE.IteratorEnumeration
Deprecated.
 
nextToken() - Method in class plume.StrTok
Returns the next token as a string.
noDuplicates(boolean[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(byte[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(char[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(float[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(short[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(String[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
noDuplicates(List<T>) - Static method in class plume.ArraysMDE
Deprecated.
Return true iff a does not contain duplicate elements.
nonmodulus_nonstrict(int[]) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but for every number in NUMS, at least one is equal to every non-r remainder.
nonmodulus_nonstrict(long[]) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but for every number in NUMS, at least one is equal to every non-r remainder.
nonmodulus_strict(int[]) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but all missing numbers in their range are.
nonmodulus_strict(long[]) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but all missing numbers in their range are.
nonmodulus_strict_int(Iterator<Integer>) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but all missing numbers in their range are.
nonmodulus_strict_long(Iterator<Long>) - Static method in class plume.MathMDE
Deprecated.
Return a tuple of (r,m) where no number in NUMS is equal to r (mod m) but all missing numbers in their range are.
nplural(int, String) - Static method in class plume.UtilMDE
Deprecated.
Return either "n noun" or "n nouns" depending on n.
NullableStringComparator() - Constructor for class plume.UtilMDE.NullableStringComparator
Deprecated.
 
numDoubleArrays() - Static method in class plume.Intern
Deprecated.
 
numDoubles() - Static method in class plume.Intern
Deprecated.
 
numIntArrays() - Static method in class plume.Intern
Deprecated.
 
numIntegers() - Static method in class plume.Intern
Deprecated.
 
numLongArrays() - Static method in class plume.Intern
Deprecated.
 
numLongs() - Static method in class plume.Intern
Deprecated.
 
numObjectArrays() - Static method in class plume.Intern
Deprecated.
 
numStringArrays() - Static method in class plume.Intern
Deprecated.
 

O

ObjectArrayComparatorLengthFirst() - Constructor for class plume.ArraysMDE.ObjectArrayComparatorLengthFirst
Deprecated.
 
ObjectArrayComparatorLexical() - Constructor for class plume.ArraysMDE.ObjectArrayComparatorLexical
Deprecated.
 
objectArrays() - Static method in class plume.Intern
Deprecated.
 
ObjectComparator() - Constructor for class plume.UtilMDE.ObjectComparator
Deprecated.
 
of(A, B) - Static method in class plume.Pair
Deprecated.
Factory method with short name and no need to name type parameters.
of(A, B, C) - Static method in class plume.Triple
Deprecated.
Factory method with short name and no need to name type parameters.
of(A, B) - Static method in class plume.WeakIdentityPair
Deprecated.
Factory method with short name and no need to name type parameters.
old_get_entry(EntryReader) - Static method in class plume.Lookup
Returns the next entry.
open - Static variable in class plume.TaskManager
Deprecated.
 
open_only() - Method in class plume.TaskManager
Deprecated.
Create a new TaskManger with only open tasks.
Option - Annotation Type in plume
OptionGroup - Annotation Type in plume
optionLength(String) - Static method in class plume.OptionsDoclet
Deprecated.
Given a command-line option of this doclet, returns the number of arguments you must specify on the command line for the given option.
Options - Class in plume
Options(Object...) - Constructor for class plume.Options
Deprecated.
Prepare for option processing.
Options(String, Object...) - Constructor for class plume.Options
Deprecated.
Prepare for option processing.
Options.ArgException - Exception in plume
Deprecated.
Indicates an exception encountered during argument processing.
OptionsDoclet - Class in plume
OptionsDoclet(RootDoc, Options) - Constructor for class plume.OptionsDoclet
Deprecated.
 
optionsToHtml(int) - Method in class plume.OptionsDoclet
Deprecated.
Get the HTML documentation for the underlying options instance.
optionsToJavadoc(int, int) - Method in class plume.OptionsDoclet
Deprecated.
Get the HTML documentation for the underlying options instance, formatted as a Javadoc comment.
optionToHtml(Options.OptionInfo, int) - Method in class plume.OptionsDoclet
Deprecated.
Get the line of HTML describing an Option.
OrderedPairIterator<T> - Class in plume
OrderedPairIterator(Iterator<T>, Iterator<T>) - Constructor for class plume.OrderedPairIterator
Deprecated.
 
OrderedPairIterator(Iterator<T>, Iterator<T>, Comparator<T>) - Constructor for class plume.OrderedPairIterator
Deprecated.
 
output() - Method in class plume.OptionsDoclet
Deprecated.
Get the final output of this doclet.

P

Pair<T1,T2> - Class in plume
Deprecated.
Pair(T1, T2) - Constructor for class plume.Pair
Deprecated.
Make a new pair.
parse(String[]) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parse(String) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parse_options_after_arg(boolean) - Method in class plume.Options
Deprecated.
If true, Options will parse arguments even after a non-option command-line argument.
parse_or_message(String, String[]) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parse_or_message(String, String) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parse_or_usage(String[]) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parse_or_usage(String) - Method in class plume.Options
Deprecated.
Parses a command line and sets the options accordingly.
parseArgs(String[]) - Method in class plume.MultiVersionControl
Deprecated.
 
partial_fn_compose(int[], int[]) - Static method in class plume.ArraysMDE
Deprecated.
Return the composition of the given two (possibly partial) functions, all of which are represented as arrays.
Partitioner<ELEMENT,CLASS> - Interface in plume
partitionInto(Collection<T>, int) - Static method in class plume.ArraysMDE
Deprecated.
Partition a set of non-null elements into exactly k subsets.
partitionInto(Queue<T>, int) - Static method in class plume.ArraysMDE
Deprecated.
Partition a set of elements into exactly k subsets.
partitionIntoHelper(Queue<T>, List<ArraysMDE.Partitioning<T>>, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Returns a set of partitionings, each of size numEmptyParts + numNonemptyParts.
plume - package plume
The plume package contains the Java component of plume-lib, which contains a variety of useful programs and libraries; for more details, please see the plume-lib documentation.
pop_start_time() - Method in class plume.SimpleLog
Pops a start time from the stack.
postpendToArray(Type[], Type) - Static method in class plume.BCELUtil
Deprecated.
Returns a copy of the given type array, with new_type added to the end.
pow(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns of value of the first argument raised to the power of the second argument.
pow(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns of value of the first argument raised to the power of the second argument.
prependToArray(Type, Type[]) - Static method in class plume.BCELUtil
Deprecated.
Returns a copy of the given type array, with new_type inserted at the beginning.
primitiveTypeNameToFieldDescriptor(String) - Static method in class plume.UtilMDE
print(String) - Method in class plume.CountingPrintWriter
Print a string.
print(boolean) - Method in class plume.CountingPrintWriter
Print a boolean value.
print(char) - Method in class plume.CountingPrintWriter
Print a character.
print(char[]) - Method in class plume.CountingPrintWriter
Print an array of characters.
print(double) - Method in class plume.CountingPrintWriter
Print a double-precision floating-point number.
print(float) - Method in class plume.CountingPrintWriter
Print a floating-point number.
print(int) - Method in class plume.CountingPrintWriter
Print an integer.
print(long) - Method in class plume.CountingPrintWriter
Print a long integer.
print(Object) - Method in class plume.CountingPrintWriter
Print an object.
print(Map<T, List<T>>, PrintStream, int) - Static method in class plume.GraphMDE
Deprecated.
Print a representation of the graph to ps, indented by intent spaces.
print_all - Static variable in class plume.Lookup
By default, if multiple entries are matched, only a synopsis of each entry is printed.
print_directory - Variable in class plume.MultiVersionControl
Deprecated.
 
print_usage(PrintStream) - Method in class plume.Options
Deprecated.
Prints usage information.
print_usage() - Method in class plume.Options
Deprecated.
Prints, to standard output, usage information.
print_usage(PrintStream, String) - Method in class plume.Options
Deprecated.
Prints a message followed by indented usage information.
print_usage(String) - Method in class plume.Options
Deprecated.
Prints, to standard output, a message followed by usage information.
print_usage(PrintStream, String, Object...) - Method in class plume.Options
Deprecated.
Prints a message followed by usage information.
print_usage(String, Object...) - Method in class plume.Options
Deprecated.
Prints, to standard output, a message followed by usage information.
printClasspath() - Static method in class plume.JWhich
Print the classpath to System.out.
println() - Method in class plume.CountingPrintWriter
Terminate the current line by writing the line separator string.
println(String) - Method in class plume.CountingPrintWriter
Print a String and then terminate the line.
PrintOneIntPerTimePeriod() - Constructor for class plume.TestPlume.PrintOneIntPerTimePeriod
 
process(Set<MultiVersionControl.Checkout>) - Method in class plume.MultiVersionControl
Deprecated.
 
processClassFile(String, InputStream) - Static method in class plume.ClassFileVersion
Print, to standard out, the version number for the class file found in is.
processJavadoc() - Method in class plume.OptionsDoclet
Deprecated.
Side-effects each option in options.getOptions().
propertyIsTrue(Properties, String) - Static method in class plume.UtilMDE
Deprecated.
Determines whether a property has value "true", "yes", or "1".
push_start_time() - Method in class plume.SimpleLog
Push a new start time onto the stack.
pushBack() - Method in class plume.StrTok
Causes the next call to nextToken() to return the current token.
put(K, V) - Method in class plume.WeakHasherMap
Deprecated.
Updates this map so that the given key maps to the given value.
put(K, V) - Method in class plume.WeakIdentityHashMap
Deprecated.
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class plume.WeakIdentityHashMap
Deprecated.
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putback(String) - Method in class plume.EntryReader
Deprecated.
Puts the specified line back in the input.

Q

quiet - Variable in class plume.MultiVersionControl
Deprecated.
 
quoteChar(int) - Method in class plume.StrTok
Specifies that matching pairs of this character delimit string constants.

R

randomElements(Iterator<T>, int) - Static method in class plume.UtilMDE
Deprecated.
Return a List containing num_elts randomly chosen elements from the iterator, or all the elements of the iterator if there are fewer.
randomElements(Iterator<T>, int, Random) - Static method in class plume.UtilMDE
Deprecated.
Return a List containing num_elts randomly chosen elements from the iterator, or all the elements of the iterator if there are fewer.
RandomSelector<T> - Class in plume
RandomSelector(int) - Constructor for class plume.RandomSelector
Deprecated.
 
RandomSelector(int, Random) - Constructor for class plume.RandomSelector
Deprecated.
 
RandomSelector(double, Random) - Constructor for class plume.RandomSelector
Deprecated.
 
RandoopMappedCalls - Class in plume
A helper class for running Randoop.
read() - Method in class plume.EntryReader
Deprecated.
 
read(char[], int, int) - Method in class plume.EntryReader
Deprecated.
 
readerContents(Reader) - Static method in class plume.UtilMDE
Deprecated.
Reads the entire contents of the reader and returns it as a string.
readFile(File) - Static method in class plume.UtilMDE
Deprecated.
Reads the entire contents of the file and returns it as a string.
readLine() - Method in class plume.EntryReader
Deprecated.
Read a line, ignoring comments and processing includes.
readObject(File) - Static method in class plume.UtilMDE
Deprecated.
Reads an Object from a File.
redo_existing - Variable in class plume.MultiVersionControl
Deprecated.
Default is for checkout command to skip existing directories.
regexError(String) - Static method in class plume.RegexUtil
Deprecated.
Returns null if the argument is a syntactically valid regular expression.
regexError(String, int) - Static method in class plume.RegexUtil
Deprecated.
Returns null if the argument is a syntactically valid regular expression with at least the given number of groups.
regexException(String) - Static method in class plume.RegexUtil
Deprecated.
Returns null if the argument is a syntactically valid regular expression.
regexException(String, int) - Static method in class plume.RegexUtil
Deprecated.
Returns null if the argument is a syntactically valid regular expression with at least the given number of groups.
RegexUtil - Class in plume
RegexUtil.CheckedPatternSyntaxException - Exception in plume
Deprecated.
A checked version of PatternSyntaxException.
regular_expressions - Static variable in class plume.Lookup
Specifies that keywords are regular expressions.
remove() - Method in class plume.EntryReader
Deprecated.
remove() is not supported.
remove() - Method in class plume.OrderedPairIterator
Deprecated.
 
remove() - Method in class plume.UtilMDE.EnumerationIterator
Deprecated.
 
remove() - Method in class plume.UtilMDE.FilteredIterator
Deprecated.
 
remove() - Method in class plume.UtilMDE.MergedIterator
Deprecated.
 
remove() - Method in class plume.UtilMDE.MergedIterator2
Deprecated.
 
remove() - Method in class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
remove(Object) - Method in class plume.WeakHasherMap
Deprecated.
Removes the mapping for the given key from this map, if present.
remove(Object) - Method in class plume.WeakIdentityHashMap
Deprecated.
Removes the mapping for this key from this map if present.
remove_local_variable_type_tables(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Remove the local variable type table attribute (LVTT) from mg.
removeDuplicates(List<T>) - Static method in class plume.UtilMDE
Deprecated.
Return a copy of the list with duplicates removed.
RemoveFirstAndLastIterator(Iterator<T>) - Constructor for class plume.UtilMDE.RemoveFirstAndLastIterator
Deprecated.
 
removeWhitespaceAfter(String, String) - Static method in class plume.UtilMDE
Deprecated.
Remove all whitespace after instances of delimiter.
removeWhitespaceAround(String, String) - Static method in class plume.UtilMDE
Deprecated.
Remove all whitespace before or after instances of delimiter.
removeWhitespaceBefore(String, String) - Static method in class plume.UtilMDE
Deprecated.
Remove all whitespace before instances of delimiter.
replaceString(String, String, String) - Static method in class plume.UtilMDE
Deprecated.
Return a new string which is the text of target with all instances of oldStr replaced by newStr.
repNulled() - Method in class plume.LimitedSizeIntSet
Deprecated.
Returns true if more elements have been added than this set can contain (which is the integer that was passed to the constructor when creating this set).
repNulled() - Method in class plume.LimitedSizeSet
Deprecated.
Returns true if more elements have been added than this set can contain (which is the integer that was passed to the constructor when creating this set).
reset() - Method in class plume.EntryReader
Deprecated.
 
reset() - Method in class plume.Stopwatch
Clears and restarts the stopwatch.
reset_start_time() - Method in class plume.SimpleLog
This overwrites the current start time; it does not push a new one!!
resetAll() - Method in class plume.CountingPrintWriter
Resets all the byte and char counters.
resetPrintedByteCounter() - Method in class plume.CountingPrintWriter
Resets printedByte counter.
resetPrintedCharCounter() - Method in class plume.CountingPrintWriter
Resets printedChar counter.
resetWrittenByteCounter() - Method in class plume.CountingPrintWriter
Resets writtenByte counter.
resetWrittenCharCounter() - Method in class plume.CountingPrintWriter
Resets writtenChar counter.
responsible - Static variable in class plume.TaskManager
Deprecated.
 
responsible_match(String) - Method in class plume.TaskManager
Deprecated.
Create a new TaskManger with only those tasks assigned to responsible.
rpad(String, int) - Static method in class plume.UtilMDE
Deprecated.
Returns a string of the specified length, truncated if necessary, and padded with spaces to the right if necessary.
rpad(int, int) - Static method in class plume.UtilMDE
Deprecated.
Converts the int to a String, then formats it using UtilMDE.rpad(String,int).
rpad(double, int) - Static method in class plume.UtilMDE
Deprecated.
Converts the double to a String, then formats it using UtilMDE.rpad(String,int).
rshiftSigned(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x >> y, the signed right-shift operation applied to its arguments.
rshiftSigned(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x >> y, the signed right-shift operation applied to its arguments.
rshiftUnsigned(int, int) - Static method in class plume.MathMDE
Deprecated.
Returns x >>> y, the unsigned right-shift operation applied to its arguments.
rshiftUnsigned(long, long) - Static method in class plume.MathMDE
Deprecated.
Returns x >>> y, the unsigned right-shift operation applied to its arguments.
runtime - Static variable in class plume.FileCompiler
The Runtime of the JVM.

S

search - Variable in class plume.MultiVersionControl
Deprecated.
 
search_body - Static variable in class plume.Lookup
Search the body of long entries in addition to the entry's description.
set_entry_start_stop(String, String) - Method in class plume.EntryReader
Deprecated.
Set the regular expressions for the start and stop of long entries (multiple lines that are read as a group by get_entry()).
set_entry_start_stop(Pattern, Pattern) - Method in class plume.EntryReader
Deprecated.
Set the regular expressions for the start and stop of long entries (multiple lines that are read as a group by get_entry()).
set_error_handler(StrTok.ErrorHandler) - Method in class plume.StrTok
Sets the error handler.
set_rel_diff(double) - Method in class plume.FuzzyFloat
Deprecated.
Set all the fields of this class.
setClasspath(String) - Static method in class plume.JWhich
Set the classpath to the given string.
setDefaultMaybe(Properties, String, String) - Static method in class plume.UtilMDE
Deprecated.
Set the property only if it was not previously set.
setFinalField(Object, String, Object) - Static method in class plume.UtilMDE
Deprecated.
Sets the given field, which may be final and/or private.
setFormatJavadoc(boolean) - Method in class plume.OptionsDoclet
Deprecated.
 
setLineNumber(int) - Method in class plume.EntryReader
Deprecated.
Set the current line number in the current file.
setOptions(String[][]) - Method in class plume.OptionsDoclet
Deprecated.
Set the options for this class based on command-line arguments given by RootDoc.options().
settings() - Method in class plume.Options
Deprecated.
Returns a string containing the current setting for each option, in a format that can be parsed by Options.
settings(boolean) - Method in class plume.Options
Deprecated.
Returns a string containing the current setting for each option, in a format that can be parsed by Options.
setup_init_locals(MethodGen) - Static method in class plume.BCELUtil
Deprecated.
Sets the locals to 'this' and each of the arguments.
setUseSingleDash(boolean) - Method in class plume.OptionsDoclet
Deprecated.
 
short_str(float) - Static method in class plume.TaskManager.Task
Deprecated.
 
show - Variable in class plume.MultiVersionControl
Deprecated.
 
show_location - Static variable in class plume.Lookup
If true, show the filename/line number of each matching entry in the output.
showConfirmDialog(Component, Object, String, int) - Static method in class plume.RandoopMappedCalls
 
showConfirmDialog(Component, Object, String, int, int) - Static method in class plume.RandoopMappedCalls
 
showMessageDialog(Component, Object, String, int) - Static method in class plume.RandoopMappedCalls
 
sign(int) - Static method in class plume.MathMDE
Deprecated.
Returns the sign of its argument.
SimpleLog - Class in plume
A logging class with the following features: Can be enabled and disabled (when disabled, all operations are no-ops), Write to a file or to standard output, Can start and stop a timer, and nest timers, Can enter and exit subtasks (their output is indented, and they are timed), Can provide a backtrace (optionally provide a backtrace at every output), and Can add newlines where appropriate, if variable line_oriented is set.
SimpleLog(boolean, boolean) - Constructor for class plume.SimpleLog
Create a new SimpleLog object.
SimpleLog(boolean) - Constructor for class plume.SimpleLog
 
SimpleLog() - Constructor for class plume.SimpleLog
 
SimpleLog(String, boolean) - Constructor for class plume.SimpleLog
Create a new SimpleLog object.
SimpleLog(String) - Constructor for class plume.SimpleLog
 
size() - Method in class plume.LimitedSizeIntSet
Deprecated.
A lower bound on the number of elements in the set.
size() - Method in class plume.LimitedSizeSet
Deprecated.
A lower bound on the number of elements in the set.
size() - Method in class plume.WeakHasherMap
Deprecated.
Returns the number of key-value mappings in this map.
size() - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns the number of key-value mappings in this map.
skip(long) - Method in class plume.EntryReader
Deprecated.
 
skip_checks - Static variable in class plume.BCELUtil
Deprecated.
Controls whether the checks in checkMgen are actually performed.
snapshot() - Method in class plume.Stopwatch
 
sorted(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns whether the array is sorted.
sorted(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns whether the array is sorted.
sorted_descending(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns whether the array is sorted in desending order.
sorted_descending(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns whether the array is sorted in desending order.
sortedKeySet(Map<K, V>) - Static method in class plume.UtilMDE
Deprecated.
Returns a sorted version of m.keySet().
sortedKeySet(Map<K, V>, Comparator<K>) - Static method in class plume.UtilMDE
Deprecated.
Returns a sorted version of m.keySet().
sortList(List<T>, Comparator<? super T>) - Static method in class plume.UtilMDE
Deprecated.
Return the sorted version of the list.
split(String, char) - Static method in class plume.UtilMDE
Deprecated.
Return an array of Strings representing the characters between successive instances of the delimiter character.
split(String, String) - Static method in class plume.UtilMDE
Deprecated.
Return an array of Strings representing the characters between successive instances of the delimiter String.
split_lists - Static variable in class plume.Options
Deprecated.
When true, an argument to a option of list type is split, on whitespace, into multiple arguments each of which is added to the list.
splitLines(String) - Static method in class plume.UtilMDE
Deprecated.
Return an array of Strings, one for each line in the argument.
start(RootDoc) - Static method in class plume.OptionsDoclet
Deprecated.
Entry point for the doclet.
start() - Method in class plume.Stopwatch
 
start_date - Static variable in class plume.ICalAvailable
Deprecated.
 
start_times - Variable in class plume.SimpleLog
 
stok - Variable in class plume.StrTok
The StreamTokenizer to which all work is delegated.
stop() - Method in class plume.Stopwatch
 
stop_start() - Method in class plume.Stopwatch
Stops the watch, calculates the elapsed time, restarts the watch, and returns the elapsed time.
Stopwatch - Class in plume
A simple class for recording elapsed time.
Stopwatch() - Constructor for class plume.Stopwatch
When created, the stopwatch is running by default.
Stopwatch(boolean) - Constructor for class plume.Stopwatch
 
streamCopy(InputStream, OutputStream) - Static method in class plume.UtilMDE
Deprecated.
Copy the contents of the input stream to the output stream.
streamLines(InputStream) - Static method in class plume.UtilMDE
Deprecated.
Reads all lines from the stream and returns them in a List<String>.
streamString(InputStream) - Static method in class plume.UtilMDE
Deprecated.
Return a String containing all the characters from the input stream.
StringArrayComparatorLexical() - Constructor for class plume.ArraysMDE.StringArrayComparatorLexical
Deprecated.
 
stringArrays() - Static method in class plume.Intern
Deprecated.
 
StringBuilderDelimited - Class in plume
Deprecated.
use org.plumelib.util.StringBuilderDelimited
StringBuilderDelimited(String) - Constructor for class plume.StringBuilderDelimited
Deprecated.
Create a new StringBuilderDelimited.
StrTok - Class in plume
Provides a somewhat simpler interface for tokenizing strings than does StreamTokenizer.
StrTok(String) - Constructor for class plume.StrTok
Creates a tokenizer for the specified string.
StrTok(String, StrTok.ErrorHandler) - Constructor for class plume.StrTok
Creates a tokenizer for the specified string with the specified error handler.
StrTok.ErrorHandler - Class in plume
Default class for error handling.
subarray(Object[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(List<T>, int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a sublist of the given list.
subarray(String[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(byte[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(boolean[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(char[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(double[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(float[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(int[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(long[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subarray(short[], int, int) - Static method in class plume.ArraysMDE
Deprecated.
Return a subarray of the given array.
subSequence(int, int) - Method in class plume.StringBuilderDelimited
Deprecated.
Not supported by StringJoiner which will supersede this
sum(int[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns the sum of an array of integers.
sum(int[][]) - Static method in class plume.ArraysMDE
Deprecated.
Returns the sum of all the elements of a 2d array of integers.
sum(double[]) - Static method in class plume.ArraysMDE
Deprecated.
Returns the sum of an array of doubles.
sum(double[][]) - Static method in class plume.ArraysMDE
Deprecated.
Returns the sum of all the elements of a 2d array of doubles.
svn_arg - Variable in class plume.MultiVersionControl
Deprecated.
 
svn_executable - Variable in class plume.MultiVersionControl
Deprecated.
 

T

Task(String, String, long) - Constructor for class plume.TaskManager.Task
Deprecated.
 
TaskManager - Class in plume
Deprecated.
Is undocumented
TaskManager() - Constructor for class plume.TaskManager
Deprecated.
empty TaskManger.
TaskManager(String[]) - Constructor for class plume.TaskManager
Deprecated.
initializes a task manager with all of the tasks in filenames.
TaskManager.OutputFormat - Enum in plume
Deprecated.
The format in which to output the TaskManager information.
TaskManager.Task - Class in plume
Deprecated.
Information about a single task.
tasks - Variable in class plume.TaskManager
Deprecated.
List of all of the tasks.
tb() - Method in class plume.SimpleLog
Print a backtrace (traceback, or tb) to the log.
test_create_combinations() - Method in class plume.TestPlume
Tests UtilMDE create_combinations routines.
test_fullyQualifiedNameToSimpleName() - Method in class plume.TestPlume
 
testArraysMDE_comparators() - Method in class plume.TestPlume
 
testArraysMDE_functions() - Method in class plume.TestPlume
 
testArraysMDE_indexOf() - Method in class plume.TestPlume
 
testArraysMDE_min_max() - Method in class plume.TestPlume
 
testArraysMDE_nullness() - Method in class plume.TestPlume
 
testArraysMDE_partitioning() - Method in class plume.TestPlume
 
testArraysMDE_printing() - Method in class plume.TestPlume
 
testArraysMDE_set_operations() - Method in class plume.TestPlume
 
testArraysMDE_sorting() - Method in class plume.TestPlume
 
testArraysMDE_subarray() - Method in class plume.TestPlume
 
testArraysMDE_sum() - Method in class plume.TestPlume
 
testClassFileVersion() - Method in class plume.TestPlume
 
testCountingPrintWriter() - Method in class plume.TestPlume
Tests whether CountingPrintWriter counts the bytes printed, written for different types (boolean, int, float etc.).
testFuzzyFloat() - Method in class plume.TestPlume
Test the comparison, indexof, and set equivalence calls in fuzzy float.
testGraphMDE() - Method in class plume.TestPlume
 
testHasher() - Method in class plume.TestPlume
 
testIntern() - Method in class plume.TestPlume
 
testInternObject() - Method in class plume.TestPlume
 
testLimitedSizeSet() - Method in class plume.TestPlume
 
testMathMDE() - Method in class plume.TestPlume
 
testOrderedPairIterator() - Method in class plume.TestPlume
 
TestPlume - Class in plume
Test code for the plume package.
TestPlume() - Constructor for class plume.TestPlume
 
TestPlume.PrintOneIntPerTimePeriod - Class in plume
Print one integer periodically.
testSequenceAndIndices() - Method in class plume.TestPlume
Test the intering of subsequences as triples of the original sequence, the start and the end indices.
testSplitLines() - Method in class plume.TestPlume
 
testStringBuilderDelimited() - Method in class plume.TestPlume
 
testTestUtilMDE() - Method in class plume.TestPlume
 
testUtilMDE() - Method in class plume.TestPlume
 
testWeakHasherMap() - Method in class plume.TestPlume
 
testWeakIdentityHashMap() - Method in class plume.TestPlume
These tests could be much more thorough.
timed_out() - Method in class plume.TimeLimitProcess
Deprecated.
Returns true if the process has timed out (has run for more than the timeLimit msecs specified in the constructor).
TimeLimitProcess - Class in plume
Deprecated.
use Apache Commons Exec
TimeLimitProcess(Process, long) - Constructor for class plume.TimeLimitProcess
Deprecated.
Creates a TimeLimitProcess with the given time limit, in wall clock milliseconds.
TimeLimitProcess(Process, long, boolean) - Constructor for class plume.TimeLimitProcess
Deprecated.
Creates a TimeLimitProcess with the given time limit, in wall clock milliseconds.
timeout - Variable in class plume.MultiVersionControl
Deprecated.
Terminating the process can leave the repository in a bad state, so set this rather high for safety.
timeout_msecs() - Method in class plume.TimeLimitProcess
Deprecated.
Return the timeout time in msecs.
timezone1 - Static variable in class plume.ICalAvailable
Deprecated.
Time zone as an Olson timezone ID, e.g.: America/New_York.
timezone2 - Static variable in class plume.ICalAvailable
Deprecated.
Time zone as an Olson timezone ID, e.g.: America/New_York.
toArrayList(Iterator<T>) - Static method in class plume.TestPlume
 
toArrayList(Enumeration<T>) - Static method in class plume.TestPlume
 
tok_error(String) - Method in class plume.StrTok.ErrorHandler
Called when an unexpected token is found (see StrTok.need(String)).
token() - Method in class plume.StrTok
Return the current token.
tokens(String, String, boolean) - Static method in class plume.UtilMDE
Deprecated.
Return a ArrayList of the Strings returned by StringTokenizer.StringTokenizer(String,String,boolean) with the given arguments.
tokens(String, String) - Static method in class plume.UtilMDE
Deprecated.
Return a ArrayList of the Strings returned by StringTokenizer.StringTokenizer(String,String) with the given arguments.
tokens(String) - Static method in class plume.UtilMDE
Deprecated.
Return a ArrayList of the Strings returned by StringTokenizer.StringTokenizer(String) with the given arguments.
toString(Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(Object[], boolean) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(Collection<?>) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the collection.
toString(Collection<?>, boolean) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the collection.
toString(int[]) - Static method in class plume.ArraysMDE
Deprecated.
toString(long[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(double[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(float[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(boolean[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toString(Object) - Static method in class plume.ArraysMDE
Deprecated.
Casts obj down to the proper array type then calls the appropriate toString() method.
toString() - Method in exception plume.FileIOException
Deprecated.
 
toString() - Method in class plume.LimitedSizeIntSet
Deprecated.
 
toString() - Method in class plume.LimitedSizeSet
Deprecated.
 
toString() - Method in class plume.Options
Deprecated.
Return a description of all of the known options.
toString() - Method in class plume.Pair
Deprecated.
 
toString() - Method in class plume.StringBuilderDelimited
Deprecated.
 
toString() - Method in class plume.Triple
Deprecated.
 
toString() - Method in class plume.WeakIdentityPair
Deprecated.
 
toString_milestone_html(double) - Method in class plume.TaskManager.Task
Deprecated.
 
toString_milestone_html() - Method in class plume.TaskManager
Deprecated.
 
toString_short_ascii() - Method in class plume.TaskManager.Task
Deprecated.
 
toString_short_ascii() - Method in class plume.TaskManager
Deprecated.
 
toString_short_html(double) - Method in class plume.TaskManager.Task
Deprecated.
 
toString_short_html() - Method in class plume.TaskManager
Deprecated.
 
toStringQuoted(Object[]) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the array.
toStringQuoted(Collection<?>) - Static method in class plume.ArraysMDE
Deprecated.
Return a string representation of the collection.
Triple<T1,T2,T3> - Class in plume
Deprecated.
define your own custom class rather than using this
Triple(T1, T2, T3) - Constructor for class plume.Triple
Deprecated.
 
ttype() - Method in class plume.StrTok
Return the type of the current token.
type_to_class(Type) - Static method in class plume.BCELUtil
Deprecated.
Returns the class that corresponds to type.
type_to_classgetname(Type) - Static method in class plume.BCELUtil
Deprecated.
Returns the Java class name, in the format of Class.getName(), that corresponds to type.

U

unescapeNonJava(String) - Static method in class plume.UtilMDE
Deprecated.
Replace "\\", "\"", "\n", and "\r" sequences by their one-character equivalents.
Unpublicized - Annotation Type in plume
unqualified_name(String) - Static method in class plume.UtilMDE
unqualified_name(Class<?>) - Static method in class plume.UtilMDE
Deprecated.
use Class.getSimpleName() instead.
usage(String...) - Method in class plume.Options
Deprecated.
Return the String containing the usage message for command-line options.
usage(boolean, String...) - Method in class plume.Options
Deprecated.
Returns the String containing the usage message for command-line options.
usage_synopsis - Variable in class plume.Options
Deprecated.
Synopsis of usage.
use_single_dash(boolean) - Method in class plume.Options
Deprecated.
If true, long options (those derived from field names) will be parsed with a single dash prefix as in -longOption.
UtilMDE - Class in plume
UtilMDE.EnumerationIterator<T> - Class in plume
Deprecated.
Converts an Enumeration into an Iterator.
UtilMDE.FilteredIterator<T> - Class in plume
Deprecated.
An iterator that only returns elements that match the given Filter.
UtilMDE.IteratorEnumeration<T> - Class in plume
Deprecated.
Converts an Iterator into an Enumeration.
UtilMDE.MergedIterator<T> - Class in plume
Deprecated.
An Iterator that returns the elements in each of its argument Iterators, in turn.
UtilMDE.MergedIterator2<T> - Class in plume
Deprecated.
An Iterator that returns first the elements returned by its first argument, then the elements returned by its second argument.
UtilMDE.NullableStringComparator - Class in plume
Deprecated.
Same as built-in String comparison, but accept null arguments, and place them at the beginning.
UtilMDE.ObjectComparator - Class in plume
Deprecated.
Attempt to order Objects.
UtilMDE.RemoveFirstAndLastIterator<T> - Class in plume
Deprecated.
Returns an iterator just like its argument, except that the first and last elements are removed.
UtilMDE.WildcardFilter - Class in plume
Deprecated.
A FilenameFilter that accepts files whose name matches the given wildcard.

V

validate() - Static method in class plume.JWhich
Validates the class path and reports any non-existent or invalid class path entries.
validOptions(String[][], DocErrorReporter) - Static method in class plume.OptionsDoclet
Deprecated.
Tests the validity of command-line arguments passed to this doclet.
valueOf(String) - Static method in enum plume.TaskManager.OutputFormat
Deprecated.
Returns the enum constant of this type with the specified name.
values - Variable in class plume.LimitedSizeIntSet
Deprecated.
If null, then at least num_values distinct values have been seen.
values - Variable in class plume.LimitedSizeSet
Deprecated.
If null, then at least num_values distinct values have been seen.
values() - Method in class plume.MultiRandSelector
Deprecated.
 
values() - Static method in enum plume.TaskManager.OutputFormat
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class plume.WeakIdentityHashMap
Deprecated.
Returns a collection view of the values contained in this map.
valuesIter() - Method in class plume.MultiRandSelector
Deprecated.
Returns an iterator of all objects selected.
verbose - Static variable in class plume.Lookup
 
verbose - Static variable in class plume.TaskManager
Deprecated.
 
versionNumbers(InputStream) - Static method in class plume.ClassFileVersion
Return an array of the major vernios, minor version, and JDK version of the class read from the input stream.

W

waitFor() - Method in class plume.TimeLimitProcess
Deprecated.
Causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
WeakHasherMap<K,V> - Class in plume
WeakHasherMap(int, float) - Constructor for class plume.WeakHasherMap
Deprecated.
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHasherMap(int) - Constructor for class plume.WeakHasherMap
Deprecated.
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakHasherMap() - Constructor for class plume.WeakHasherMap
Deprecated.
Constructs a new, empty WeakHashMap with the default capacity and the default load factor, which is 0.75.
WeakHasherMap(Hasher) - Constructor for class plume.WeakHasherMap
Deprecated.
Constructs a new, empty WeakHashMap with the default capacity and the default load factor, which is 0.75.
WeakIdentityHashMap<K,V> - Class in plume
WeakIdentityHashMap(int, float) - Constructor for class plume.WeakIdentityHashMap
Deprecated.
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the given load factor.
WeakIdentityHashMap(int) - Constructor for class plume.WeakIdentityHashMap
Deprecated.
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakIdentityHashMap() - Constructor for class plume.WeakIdentityHashMap
Deprecated.
Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakIdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class plume.WeakIdentityHashMap
Deprecated.
Constructs a new WeakIdentityHashMap with the same mappings as the specified Map.
WeakIdentityPair<T1,T2> - Class in plume
WeakIdentityPair(T1, T2) - Constructor for class plume.WeakIdentityPair
Deprecated.
 
which(String) - Static method in class plume.JWhich
Prints the absolute pathname of the class file containing the specified class name, as prescribed by the class path.
WildcardFilter(String) - Constructor for class plume.UtilMDE.WildcardFilter
Deprecated.
 
word_match - Static variable in class plume.Lookup
If true, match a text keyword only as a separate word, not as a substring of a word.
write(char[]) - Method in class plume.CountingPrintWriter
Write an array of characters.
write(char[], int, int) - Method in class plume.CountingPrintWriter
Write a portion of a character array.
write(String) - Method in class plume.CountingPrintWriter
Write a string.
write(String, int, int) - Method in class plume.CountingPrintWriter
Write a portion of a string.
write() - Method in class plume.OptionsDoclet
Deprecated.
Write the output of this doclet to the correct file.
writeFile(File, String) - Static method in class plume.UtilMDE
Deprecated.
Creates a file with the given name and writes the specified string to it.
writeObject(Object, File) - Static method in class plume.UtilMDE
Deprecated.
Writes an Object to a File.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links