Squeak Class Documentation category index | class index  
 
ChessMoveList
  category: Morphic-Games-Chess
  superclass: ReadStream
  subclasses:

An optimized representation of a set of moves - mainly there to avoid excessive allocation (and garbage collections) in a few critical places.

instance methods
  accessing
  contents
startIndex

  private
  on:from:to:

  sorting
  sort:to:using:
sortUsing:

class methods
  no messages
 

instance methods
  accessing top  
 

contents

Answer with a copy of my collection from 1 to readLimit.


 

startIndex


  private top  
 

on:from:to:


  sorting top  
 

sort:to:using:

Sort elements i through j of self to be nondescending according to sorter.


 

sortUsing:


class methods
  no messages top