swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error with lists


From: Norberto Eiji Nawa
Subject: Re: Error with lists
Date: Fri, 12 Jan 2001 13:42:21 +0900

Hi David,

I guess you can think of list/heatList as the head of the list, a
special structure on which one can add member nodes (e.g. using
addLast). 

This explanation is most clear if you check the documentation of
removeAll; the only difference between removeAll and deleteAll is that
the latter will also drop the members nodes. The head of the list is
left untouched in both cases, leaving open the possibility of adding
new members. In the referred example, [list drop] could be performed
after [list deleteAll].

Eiji

David> WHY there is no a [list drop]
David> at the end? (I ask this because in Heatbugs in the
David> HeatSpace.m file method findExtremeType.. there is a
David> [heatList drop] even after the [heatList deleteAll]
David> that is supposed to drop all the elements of the list

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]