TimSort is an algorithm that will be used by default in Java 7 for sorting. I found this source, but I don\'t understand which method to call since all of开发者_如何学JAVA them are private.
I can\'t find the documentation of Java 7, I can only find about the 开发者_C百科Java 6, which is still quick or merge. Does anyone know how to find the documentation of the method Arrays.sort in Java
I am parsing a xml file into a complex HashMap looking like this: Map<String, Map<String, EcmObject>