Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site boring.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!boring!budd From: budd@boring.UUCP Newsgroups: net.lang.st80 Subject: OrderedCollection Message-ID: <6578@boring.UUCP> Date: Fri, 16-Aug-85 12:36:24 EDT Article-I.D.: boring.6578 Posted: Fri Aug 16 12:36:24 1985 Date-Received: Tue, 20-Aug-85 05:59:16 EDT Reply-To: budd@mcvax.UUCP (Tim Budd) Organization: CWI, Amsterdam Lines: 13 Apparently-To: rnews@mcvax.LOCALYou are right the class OrderedCollection is not included as part of the standard prelude in the Little Smalltalk system. This was done in order to keep the size of the standard prelude small, as we were aiming for implementations on some rather small machines, such as the DecPro or the PdP 11/70. Some minimal analysis showed that this class was rather infrequently used, so it was not written up. It should not be too difficult to recreate it, however, from the description in the blue book. --tim budd (usually at arizona, currently on leave at the cwi, thus mcvax!budd )