ArrayedCollection.st
branchjv
changeset 19478 1f5aa87f6170
parent 19104 e7c5169d9ab7
parent 19458 14b4cb61feff
child 20205 03e626304d06
equal deleted inserted replaced
19477:af82888ceb72 19478:1f5aa87f6170
   323 !
   323 !
   324 
   324 
   325 isAbstract
   325 isAbstract
   326     "Return if this class is an abstract class.
   326     "Return if this class is an abstract class.
   327      True is returned for ArrayedCollection here; false for subclasses.
   327      True is returned for ArrayedCollection here; false for subclasses.
   328      Abstract subclasses must redefine again."
   328      Abstract subclasses must redefine this again."
   329 
   329 
   330     ^ self == ArrayedCollection
   330     ^ self == ArrayedCollection
   331 ! !
   331 ! !
   332 
   332 
   333 !ArrayedCollection methodsFor:'adding & removing'!
   333 !ArrayedCollection methodsFor:'adding & removing'!