Squeak Class Documentation category index | class index  
 
DependentsArray
  category: Kernel-Objects
  superclass: Array
  subclasses:

An array of (weak) dependents of some object.

instance methods
  copying
  copyWith:

  enumerating
  do:
select:

class methods
  no messages
 

instance methods
  copying top  
 

copyWith:

Re-implemented to not copy any niled out dependents


  enumerating top  
 

do:

Refer to the comment in Collection|do:.


 

select:

Refer to the comment in Collection|select:.


class methods
  no messages top