SortColl.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 13 62303f84ff5f
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    28 element given as second arg.
    28 element given as second arg.
    29 Thus a sortBlock of [:a :b | a < b] defines ascending sort-order,
    29 Thus a sortBlock of [:a :b | a < b] defines ascending sort-order,
    30 while [:a :b | a > b] defines descening order.
    30 while [:a :b | a > b] defines descening order.
    31 The default sortBlock for SortedCollections is the first one.
    31 The default sortBlock for SortedCollections is the first one.
    32 
    32 
    33 %W% %E%
    33 $Header: /cvs/stx/stx/libbasic/Attic/SortColl.st,v 1.3 1993-10-13 00:18:26 claus Exp $
    34 '!
    34 '!
    35 
    35 
    36 !SortedCollection class methodsFor:'initialization'!
    36 !SortedCollection class methodsFor:'initialization'!
    37 
    37 
    38 initialize
    38 initialize