No, ordering is not important. But if you want to force a specific order, for whatever reason, you could provide a LinkekHashMap.
- Florian -----Original Message----- From: Lennard Fuller [mailto:[email protected]] Sent: Freitag, 26. März 2010 16:02 To: [email protected] Subject: Re: Client API create* calls Not sure if I get to vote, but it sounds good to me. Unless ordering was somehow important for those calls, but I don't see how it could be. -Lennard ----- Original Message ----- From: "Florian Müller" <[email protected]> To: [email protected] Sent: Thursday, March 25, 2010 11:31:03 AM GMT -07:00 U.S. Mountain Time (Arizona) Subject: Client API create* calls Hi, I would like to change the signatures of the create* calls of the client API. The properties of the object to create are currently passed as List<Property<?>>. I would like to change that to Map<String, Object> (key=property id, value=property value) because it's much simpler to use. Any objections? Florian
