Michiel Meeuwissen wrote:
And if I may add, the logically most apt one. E.g. I think that
NodeManager.getFields() should have returned a Set or SortedSet, and not a
List, because it is logically impossible that a builder has two the same
fields.

Except that the fields returned by getFields() have a certain order (which depends on the passed parameter). Hence List is (currently) more useful, as you would need Comparators to get SortedSet to work properly.


--
Pierre van Rooden
Mediapark, C 107 tel. +31 (0)35 6772815
"Anything worth doing is worth overdoing."

_______________________________________________
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to