Sorting Hashtable Keys in Java
April 30, 2015
I wanted to sort the keys in a hashtable in Java, this can be done with the following code:
private void process(Hashtable<String, String> pColumnsHash) { List<String> lColumnNames = new …
Adventures in software

April 30, 2015
I wanted to sort the keys in a hashtable in Java, this can be done with the following code:
private void process(Hashtable<String, String> pColumnsHash) { List<String> lColumnNames = new …

I'm Tim Sawyer. I'm a software architect. I usually end up writing software in my spare time too, though I can also be found playing percussion and taking photos.
This blog is my notebook, where I can record how something was done. If someone else finds this content enlightening then so much the better.
Everything on here is my own view and reflects no one I have, do or will work for.
(c) 2009-2026 . Based on a design by nodethirtythree + Free CSS Templates