eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Link':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Link


Inheritance:

   Object
   |
   +--Link
      |
      +--Diff::Change
      |
      +--DoubleLink
      |
      +--Process
      |
      +--ValueLink
      |
      +--XML::StreamWrapper

Package:
stx:libbasic
Category:
Collections-Support
Version:
rev: 1.14 date: 2016/06/09 09:48:49
user: cg
file: Link.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


this class provides the basic functionality for Link-nodes.
Links are abstract in that they do not provide a place for storing 
something, just the link-chain. So concrete linkedList elements
must subclass from me and add their value slots.

For more usability look at ValueLink or other subclasses.


Instance protocol:

accessing
o  nextLink
return the next link

o  nextLink: aLink
set the next link

converting
o  asLink



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 03:47:22 GMT