ArrColl.st
changeset 2689 ada9b102abcf
parent 2290 80404098824a
equal deleted inserted replaced
2688:a7777c381e7e 2689:ada9b102abcf
   405     "
   405     "
   406 !
   406 !
   407 
   407 
   408 size
   408 size
   409     "redefined to re-enable size->basicSize forwarding
   409     "redefined to re-enable size->basicSize forwarding
   410      (it is cought in SequencableCollection)"
   410      (it is caught in SequencableCollection)"
   411 
   411 
   412     ^ self basicSize
   412     ^ self basicSize
   413 ! !
   413 ! !
   414 
   414 
   415 !ArrayedCollection class methodsFor:'documentation'!
   415 !ArrayedCollection class methodsFor:'documentation'!
   416 
   416 
   417 version
   417 version
   418     ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.43 1997-01-27 23:40:23 cg Exp $'
   418     ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.44 1997-06-16 18:20:15 cg Exp $'
   419 ! !
   419 ! !