hi all
i m working on the java program and i already have hashmap but now i have to add collection sort with that. any help please.

Not exactly sure what you mean by "add collection sort with that". HashMap makes no guarantee to the order of the entries and there is no Collection.sort() method that takes a Map parameter. Perhaps you just need to use a TreeMap?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.