Re: Multivaluemap with keyset iterator returning in order

you can use list of objects against the key for value in map.
List<YourDesiredClass> YourDesiredClassList = new...