Squeak Class Documentation category index | class index  
 
IdentitySet
  category: Collections-Unordered
  superclass: Set
  subclasses:

No comment. Sorry.

instance methods
  converting
  asIdentitySet

  private
  scanFor:

class methods
  no messages
 

instance methods
  converting top  
 

asIdentitySet


  private top  
 

scanFor:

Scan the key array for the first slot containing either a nil (indicating an empty slot) or an element that matches anObject. Answer the index of that slot or zero if no slot is found. This method will be overridden in various subclasses that have different interpretations for matching elements.


class methods
  no messages top