Hi. I found some problem with toMap conversion, it use HashMap, but this collection not preserve order of items, which is sometimes useful. Why you don't use LinkedHashMap in
http://cvs.apache.org/viewcvs.cgi/jakarta/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/BasicRowProcessor.java?view=markup on the line: private static class CaseInsensitiveHashMap extends HashMap { What is yours opinion? -- Tomas Prochazka --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
