SharedCollection.st
changeset 3013 28d92a912dfa
parent 2927 b7b7931cb32d
child 3022 869f18437363
equal deleted inserted replaced
3012:bc770831871d 3013:28d92a912dfa
   219     "returns non shared collections"
   219     "returns non shared collections"
   220 
   220 
   221     ^ realCollection species
   221     ^ realCollection species
   222 ! !
   222 ! !
   223 
   223 
       
   224 !SharedCollection methodsFor:'testing'!
       
   225 
       
   226 isFixedSize
       
   227     "return true if the receiver cannot grow"
       
   228 
       
   229     ^ realCollection isFixedSize
       
   230 ! !
       
   231 
   224 !SharedCollection class methodsFor:'documentation'!
   232 !SharedCollection class methodsFor:'documentation'!
   225 
   233 
   226 version
   234 version
   227     ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.9 2013-03-19 09:22:28 cg Exp $'
   235     ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.10 2013-06-25 11:23:01 cg Exp $'
   228 !
   236 !
   229 
   237 
   230 version_CVS
   238 version_CVS
   231     ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.9 2013-03-19 09:22:28 cg Exp $'
   239     ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.10 2013-06-25 11:23:01 cg Exp $'
   232 ! !
   240 ! !
   233 
   241