Collection.st
changeset 8395 6bd97113cb4c
parent 8359 7c64bdb93f5c
child 8510 af60b80bf50e
equal deleted inserted replaced
8394:da194de43766 8395:6bd97113cb4c
  1371     "for ST-80 compatibility, we try postCopy here ..."
  1371     "for ST-80 compatibility, we try postCopy here ..."
  1372     ^ self postCopy
  1372     ^ self postCopy
  1373 
  1373 
  1374     "Created: / 19.4.1998 / 19:59:42 / cg"
  1374     "Created: / 19.4.1998 / 19:59:42 / cg"
  1375     "Modified: / 19.4.1998 / 20:03:57 / cg"
  1375     "Modified: / 19.4.1998 / 20:03:57 / cg"
  1376 ! !
       
  1377 
       
  1378 !Collection methodsFor:'encoding'!
       
  1379 
       
  1380 encodeOn:anEncoder with:aParameter
       
  1381 
       
  1382     anEncoder encodeCollection:self with:aParameter
       
  1383 ! !
  1376 ! !
  1384 
  1377 
  1385 !Collection methodsFor:'enumerating'!
  1378 !Collection methodsFor:'enumerating'!
  1386 
  1379 
  1387 addAllTo:aCollection
  1380 addAllTo:aCollection
  2739     ^ aRequestor traceCollection:self level:level from:referrer
  2732     ^ aRequestor traceCollection:self level:level from:referrer
  2740 
  2733 
  2741 
  2734 
  2742 ! !
  2735 ! !
  2743 
  2736 
       
  2737 !Collection methodsFor:'visiting'!
       
  2738 
       
  2739 acceptVisitor:aVisitor with:aParameter
       
  2740 
       
  2741     ^ aVisitor visitCollection:self with:aParameter
       
  2742 ! !
       
  2743 
  2744 !Collection class methodsFor:'documentation'!
  2744 !Collection class methodsFor:'documentation'!
  2745 
  2745 
  2746 version
  2746 version
  2747     ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.162 2004-05-13 18:57:22 stefan Exp $'
  2747     ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.163 2004-06-11 18:17:09 stefan Exp $'
  2748 ! !
  2748 ! !
  2749 
  2749 
  2750 Collection initialize!
  2750 Collection initialize!