SequenceableCollection.st
changeset 21339 4e13ef628ea7
parent 21282 0c9dadfc4c60
child 21367 5ea4cffd7fd7
equal deleted inserted replaced
21338:82931ca66d88 21339:4e13ef628ea7
  8198      #(1 2 3 4 5 6 7) indexOfSubCollection:#(1) startingAt:2
  8198      #(1 2 3 4 5 6 7) indexOfSubCollection:#(1) startingAt:2
  8199      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2 3) startingAt:2
  8199      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2 3) startingAt:2
  8200      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:2
  8200      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:2
  8201      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:3
  8201      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:3
  8202      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:4
  8202      #(1 2 1 2 1 2 3) indexOfSubCollection:#(1 2)   startingAt:4
  8203     "
  8203      #(0 1 2 3 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909 15921909) indexOfSubCollection:#(15921909 15921909 15921909 15921909 15921909 15921909)
       
  8204     "
       
  8205 
       
  8206     "Modified (comment): / 03-02-2017 / 15:57:26 / cg"
  8204 !
  8207 !
  8205 
  8208 
  8206 lastIndexOfSubCollection:aCollection
  8209 lastIndexOfSubCollection:aCollection
  8207     "find a subcollection from the end.
  8210     "find a subcollection from the end.
  8208      If found, return the index; if not found, return 0."
  8211      If found, return the index; if not found, return 0."