[Q] Why removeLast and removeFirst is implemented into OrderedCollection ?

Todd Blanchard tblanchard at mac.com
Wed Jan 17 11:50:36 UTC 2007


Collection lacks ordering as concept.
SequenceableCollections are immutable.
OrderedCollection is first one that is mutable and allows adding/ 
removing elements.

-Todd Blanchard

On Jan 17, 2007, at 2:16 AM, Edgar J. De Cleene wrote:

> Why removeLast and removeFirst is implemented into OrderedCollection ?
> It's not wiser have it into Collection so this way is more useful ?
>
> Edgar
>
>
>
> 	
>
> 	
> 		
> __________________________________________________
> Preguntá. Respondé. Descubrí.
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta).
> ¡Probalo ya!
> http://www.yahoo.com.ar/respuestas
>
>




More information about the Squeak-dev mailing list