Squeak Class Documentation category index | class index  
 
WordArray
  category: Collections-Arrayed
  superclass: ArrayedCollection
  subclasses: MacExternalData WordArrayForSegment

WordArrays store 32-bit unsigned Integer values.

instance methods
  accessing
  atAllPut:
byteSize
bytesPerElement
defaultElement

  converting
  asWordArray

  private
  replaceFrom:to:with:startingAt:

class methods
  as yet unclassified
  bobsTest

  plugin generation
  ccg:emitLoadFor:from:on:
ccg:prolog:expr:index:
ccgDeclareCForVar:

instance methods
  accessing top  
 

atAllPut:

Fill the receiver with the given value


 

byteSize


 

bytesPerElement

Number of bytes in each item. This multiplied by (self size)*8 gives the number of bits stored.


 

defaultElement

Return the default element of the receiver


  converting top  
 

asWordArray

Answer a WordArray whose elements are the elements of the receiver, in
the same order.


  private top  
 

replaceFrom:to:with:startingAt:

This destructively replaces elements from start to stop in the receiver
starting at index, repStart, in the sequenceable collection,
replacementCollection. Answer the receiver. No range checks are
performed.


class methods
  as yet unclassified top  
 

bobsTest


WordArray bobsTest


  plugin generation top  
 

ccg:emitLoadFor:from:on:


 

ccg:prolog:expr:index:


 

ccgDeclareCForVar: