Set String Line to null
Just after BufferedReader : java.io.BufferedReader@12d583c
Just after FileWriter Defined : java.io.FileWriter@14d0fad
Start sorting/looping Input here using - display Once <><><><>< Also performs "Put"(s) on each "Input " record <><<><><>
Input {02.a,Question for 02?=02.a,Question for 02?}
Input {01A.,Question 01 Option A=01A.,Question 01 Option A, 02.a,Question for 02?=02.a,Question for 02?}
Input {01.a,Question for 01?=01.a,Question for 01?, 01A.,Question 01 Option A=01A.,Question 01 Option A, 02.a,Question for 02?=02.a,Question for 02?}
Input {01.a,Question for 01?=01.a,Question for 01?, 01A.,Question 01 Option A=01A.,Question 01 Option A, 02.a,Question for 02?=02.a,Question for 02?, 03A.,Question 03 Option A=03A.,Question 03 Option A}
Input {01.a,Question for 01?=01.a,Question for 01?, 01A.,Question 01 Option A=01A.,Question 01 Option A, 02.a,Question for 02?=02.a,Question for 02?, 03.a,Question for 03?=03.a,Question for 03?, 03A.,Question 03 Option A=03A.,Question 03 Option A}
fileReader.close and Loop Writing each Sorted Chapt1Q rec to Clean.txt
Sorted 01.a,Question for 01? <><><> Begins the writing to output file in Sorted order <><><>
Sorted 01A.,Question 01 Option A
Sorted 02.a,Question for 02?
Sorted 03.a,Question for 03?
Sorted 03A.,Question 03 Option A
Initial Mappings are: {01.a,Question for 01?=01.a,Question for 01?, 01A.,Question 01 Option A=01A.,Question 01 Option A, 02.a,Question for 02?=02.a,Question for 02?, 03.a,Question for 03?=03.a,Question for 03?, 03A.,Question 03 Option A=03A.,Question 03 Option A}
Select a Search key :
02.a Console Entered value as this 02.a key is / should be in the middle of the TMap
Value of 02.a is: null
B4 Nested*The Key is: 02.a <<>> Simply displays the key that I entered after moving it to a variable <<>>
The Value Key is: null <<<< Not value retrieved as I apparently did not perform my Put correctly <<<<<<<<<
The First Key is: 01.a,Question for 01? <<<<< Got the first Tmap Entry not the TMap key >>>>>
The FirstEntry is: 01.a,Question for 01?=01.a,Question for 01? <<<< Got the last Entry correctly but is duplicated <<<<<<<<<
The Last Key is: 03A.,Question 03 Option A <<<<< Got the first Tmap Entry not the TMap key >>>>>
The LastKEntry is: 03A.,Question 03 Option A=03A.,Question 03 Option A <<<< Got the last Entry correctly but is duplicated <<<<<<<<<
The String Key is: null <<<<<< Suppose to be the value in (String) tm.get(id) which appears to be null <<<<<<<<<<<<<<<<
Number of Loaded Entries in tm.map is: 5