But pay attention using subclassing instead of subtyping is not
really a good style.
I have problem to see why authorRepository is a Set, sure it can be
implemented as a set...
but it does not have the same interface than a set to my taste.
Stef
On 11 janv. 06, at 16:29, Francois Beausoleil wrote:
2006/1/11, David Shaffer <cdshaffer@xxxxxxx>:
addAll: returns the argument, not the collection. You need:
sortedByName
^SortedCollection new addAll: self; yourself
Thank you very much, David.
Have a nice day !
--
François Beausoleil
http://blog.teksol.info/
_______________________________________________
Seaside mailing list
Seaside@xxxxxxxxxxxxxxxxxxxxxxxxxx
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
|