MappedCollection.st
changeset 2 07d9ee98e092
parent 1 85d662a8509f
child 19 c25a529288cf
equal deleted inserted replaced
1:85d662a8509f 2:07d9ee98e092
    26 There are really two collections involved: domain and a map.  The map maps
    26 There are really two collections involved: domain and a map.  The map maps
    27 between external names and indices into domain, which contains the
    27 between external names and indices into domain, which contains the
    28 real association.  In order to work properly, the domain and map objects must
    28 real association.  In order to work properly, the domain and map objects must
    29 be instances of a subclass of SequenceableCollection or Dictionary. 
    29 be instances of a subclass of SequenceableCollection or Dictionary. 
    30 
    30 
    31 
    31 $Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.2 1993-10-13 00:16:27 claus Exp $
    32 %W% %E%
       
    33 '!
    32 '!
    34 
    33 
    35 !MappedCollection class methodsFor:'instance creation'!
    34 !MappedCollection class methodsFor:'instance creation'!
    36 
    35 
    37 collection:domainCollection map:mapCollection
    36 collection:domainCollection map:mapCollection