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

I

initialize(String) - Static method in class myShell.MainClass
Initializes the classes necessary for a splitsort iteration and checks whether the sort must go on or not.
insertHardDataInSQL(List<String[]>) - Method in class myDataBases.MySQLbase
Inserts the content of entries in the hit table of the MySQL database.
insertion(int) - Method in class sorter.SplitSort
Performs the end of a quicksort iteration on the array at the rank-th position in the sorter list and returns the number of arrays that have been inserted in it.
insertResultsInSQL(List<String[]>, MediaBase) - Method in class myDataBases.MySQLbase
Inserts the content of entries in the results table of the MySQL database.
inter - Static variable in class myShell.MainClass
This Interpreter will read the config.xml file and write the results.xml one.
Interpreter - Class in myShell
Deals with several xml files, either reading or writing them.
Interpreter(MediaBase) - Constructor for class myShell.Interpreter
Creates an Interpreter instance.
isStringHardData - Variable in class myDataBases.MySQLbase
Contains true if the content of the corresponding label in the hit table is a string and therefore requires quotation marks.
isStringResults - Variable in class myDataBases.MySQLbase
The same as isStringHardData, but for the results table.
iteration() - Method in class sorter.SplitSort
Performs the first part of an iteration of the quicksort on all the arrays contained in sorted.

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