ArrayedCollection.st
changeset 213 3b56a17534fd
parent 155 edd7fc34e104
child 249 810798c5c2e5
equal deleted inserted replaced
212:3edd10edefaf 213:3b56a17534fd
    19 
    19 
    20 ArrayedCollection comment:'
    20 ArrayedCollection comment:'
    21 COPYRIGHT (c) 1989 by Claus Gittinger
    21 COPYRIGHT (c) 1989 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.11 1994-10-10 00:22:22 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.12 1994-11-28 20:32:15 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !ArrayedCollection class methodsFor:'documentation'!
    27 !ArrayedCollection class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.11 1994-10-10 00:22:22 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.12 1994-11-28 20:32:15 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
   244      This is obsolete now."
   244      This is obsolete now."
   245 
   245 
   246     ^ self error:'cannot change size'
   246     ^ self error:'cannot change size'
   247 ! !
   247 ! !
   248 
   248 
   249 !ArrayedCollection methodsFor:'storing'!
   249 !ArrayedCollection methodsFor:'printing & storing'!
   250 
   250 
   251 storeOn:aStream
   251 storeOn:aStream
   252     "output a printed representation (which can be re-read)
   252     "output a printed representation (which can be re-read)
   253      onto the argument aStream.
   253      onto the argument aStream.
   254      Redefined to output index access."
   254      Redefined to output index access."