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

C

calculateEuclideanDistance(double[], double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the Euclidian distance between x and y.
calculateLevenshteinDistance(String, String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Calculates the Levenshtein Distance (edit distance) between the two given strings.
calculateLevenshteinDistances(String[]) - Static method in class mckay.utilities.staticlibraries.StringMethods
Calculates the Levenshtein Distance (edit distance) between each pair of strings in the given array.
cancel() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarDialog
React to the exit box or the cancel button.
castArrayAsStrings(Object[]) - Static method in class mckay.utilities.staticlibraries.ArrayMethods
Returns the given array of Objects as an array of Strings.
channel_samples - Variable in class mckay.utilities.sound.sampled.AudioSamples
Audio samles, with a minimum value of -1 and a maximum value of +1.
checkChannelSegregatedSamplesForClipping() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the maximum deviation in the stored sample values outside the permissible range of -1 to +1.
checkMixedDownSamplesForClipping() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the maximum deviation in the stored mixed down sample values outside the permissible range of -1 to +1.
clearText() - Method in class mckay.utilities.gui.templates.ListInputPanel
Delete all text in the text area.
clipSamples(double[][]) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Clips the given samples so that all values below -1 are set to -1 and all values above 1 are set to 1.
comments - Variable in class mckay.utilities.xml.ParseFileHandler
Holds any comments extracted from the XML file.
compare(Object, Object) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(String, String) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(int, int) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(long, long) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(short, short) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(double, float) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(float, float) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(boolean, boolean) - Method in class mckay.utilities.general.SmartComparator
Compares the two arguments for order.
compare(Object, Object) - Method in interface mckay.utilities.vectorsorter.QuicksortComparator
Tests two objects to see whether the are "equal" and, if not, which is "greater" than the other (in whatever sense is relevant).
concatenateArray(Object[], Object[]) - Static method in class mckay.utilities.staticlibraries.ArrayMethods
Returns a new array whose first part consists of the elements of array_1 and whose second part consists of the elements of array_2.
concatenateArrayOfStrings(String[]) - Static method in class mckay.utilities.staticlibraries.StringMethods
Combines all the Strings of the given array into one String.
construct() - Method in class mckay.utilities.gui.progressbars.SwingWorker
Compute the value to be returned by the get method.
convertFilePathToFileName(String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the name of the file referred to by the given path.
convertSampleToTime(int, float) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Returns the time corresponding to the given sample indice with the given sampling rate.
convertSpecialCharacters(String) - Static method in class mckay.utilities.general.HTMLWriter
Converts HTML escape characters in the given text to HTML encoding in order to make it HTML consistent.
convertSpecialCharacters(String[]) - Static method in class mckay.utilities.general.HTMLWriter
Converts HTML escape characters in the entries of the given array to HTML encoding in order to make it HTML consistent.
convertTimeToSample(double, float) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Returns the sample corresponding to the given time with the given sampling rate.
convertToAudioInputStream(double[][], AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns an AudioInputStream containing the given samples encoded using the given AudioFormat.
convertUnsupportedFormat(AudioInputStream) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Takes the given AudioInputStream and tests if it is playable.
copyFile(String, String) - Static method in class mckay.utilities.staticlibraries.FileMethods
Copies the contents of one file to another.
createEmptyDirectory(String) - Static method in class mckay.utilities.staticlibraries.FileMethods
Creates a directory at the given path.

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