ArrayedCollection.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    22 COPYRIGHT (c) 1989-92 by Claus Gittinger
    22 COPYRIGHT (c) 1989-92 by Claus Gittinger
    23              All Rights Reserved
    23              All Rights Reserved
    24 
    24 
    25 ArrayedCollections are collections where the elements can be accessed via an integer index.
    25 ArrayedCollections are collections where the elements can be accessed via an integer index.
    26 
    26 
    27 %W% %E%
    27 $Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.3 1993-10-13 00:14:35 claus Exp $
    28 written spring 89 by claus
    28 written spring 89 by claus
    29 '!
    29 '!
    30 
    30 
    31 !ArrayedCollection class methodsFor:'instance creation'!
    31 !ArrayedCollection class methodsFor:'instance creation'!
    32 
    32