ArrColl.st
changeset 1289 3abde2c376de
parent 1283 2c533653efa3
child 1414 1bbf1ff2fc31
equal deleted inserted replaced
1288:9f6420305017 1289:3abde2c376de
    59 
    59 
    60         Also note, that some other smalltalk systems do NOT allow
    60         Also note, that some other smalltalk systems do NOT allow
    61         fix size collection to change their size, and that future
    61         fix size collection to change their size, and that future
    62         ST/X versions may be changed to trigger an error (instead of a
    62         ST/X versions may be changed to trigger an error (instead of a
    63         warning) in those situations.
    63         warning) in those situations.
       
    64 
       
    65     [author:]
       
    66         Claus Gittinger
    64 
    67 
    65     [see also:]
    68     [see also:]
    66         OrderedCollection
    69         OrderedCollection
    67 "
    70 "
    68 ! !
    71 ! !
   330 ! !
   333 ! !
   331 
   334 
   332 !ArrayedCollection class methodsFor:'documentation'!
   335 !ArrayedCollection class methodsFor:'documentation'!
   333 
   336 
   334 version
   337 version
   335     ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.34 1996-04-25 11:10:32 cg Exp $'
   338     ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.35 1996-04-25 16:12:11 cg Exp $'
   336 ! !
   339 ! !