Squeak Class Documentation category index | class index  
 
Link
  category: Collections-Support
  superclass: Object
  subclasses: Process

An instance of me is a simple record of a pointer to another Link. I am an abstract class; my concrete subclasses, for example, Process, can be stored in a LinkedList structure.

instance methods
  accessing
  nextLink
nextLink:

class methods
  instance creation
  nextLink:

instance methods
  accessing top  
 

nextLink

Answer the link to which the receiver points.


 

nextLink:

Store the argument, aLink, as the link to which the receiver refers.
Answer aLink.


class methods
  instance creation top  
 

nextLink:

Answer an instance of me referring to the argument, aLink.