ReindexedCollection.st
changeset 3020 a88b56ea6629
parent 2931 0c2ab359a232
child 3687 2c6d35ee488d
equal deleted inserted replaced
3019:9daef2211d2d 3020:a88b56ea6629
   309         interval := anInterval
   309         interval := anInterval
   310 ! !
   310 ! !
   311 
   311 
   312 !ReindexedCollection methodsFor:'queries'!
   312 !ReindexedCollection methodsFor:'queries'!
   313 
   313 
       
   314 isFixedSize
       
   315     "return true if the receiver cannot grow"
       
   316 
       
   317     ^ sequence isFixedSize
       
   318 !
       
   319 
   314 species
   320 species
   315     "Answer the preferred class for reconstructing the receiver, that is, the sequence."
   321     "Answer the preferred class for reconstructing the receiver, that is, the sequence."
   316 
   322 
   317     ^ sequence species
   323     ^ sequence species
   318 ! !
   324 ! !
   319 
   325 
   320 !ReindexedCollection class methodsFor:'documentation'!
   326 !ReindexedCollection class methodsFor:'documentation'!
   321 
   327 
   322 version
   328 version
   323     ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.7 2013-03-19 09:22:38 cg Exp $'
   329     ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.8 2013-06-25 11:23:58 cg Exp $'
   324 ! !
   330 ! !
   325 
   331