SequenceableCollection.st
branchjv
changeset 24908 b44501e7338f
parent 24907 373f37af2306
child 24909 be15895f3e50
equal deleted inserted replaced
24907:373f37af2306 24908:b44501e7338f
  7973         32   'ipc5' 
  7973         32   'ipc5' 
  7974         128  'ic07'
  7974         128  'ic07'
  7975         256  'ic08'
  7975         256  'ic08'
  7976         512  'ic09'
  7976         512  'ic09'
  7977         1024 'ic10'
  7977         1024 'ic10'
  7978       ) asMapAt:128 ifAbsent:nil.
  7978       ) asMapAt:128 ifAbsent:nil. 
  7979 
  7979 
  7980      #(
  7980      #(
  7981         16   'ipc4' 
  7981         16   'ipc4' 
  7982         32   'ipc5' 
  7982         32   'ipc5' 
  7983         128  'ic07'
  7983         128  'ic07'
  7984         256  'ic08'
  7984         256  'ic08'
  7985         512  'ic09'
  7985         512  'ic09'
  7986         1024 'ic10'
  7986         1024 'ic10'
  7987       ) asMapAt:64 ifAbsent:nil.
  7987       ) asMapAt:64 ifAbsent:#xxx. 
  7988     "
  7988     "
  7989 !
  7989 !
  7990 
  7990 
  7991 detect:aBlock startingAt:startIndex
  7991 detect:aBlock startingAt:startIndex
  7992     "find the first element, for which evaluation of the argument, aBlock returns true.
  7992     "find the first element, for which evaluation of the argument, aBlock returns true.