eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ValueLink':

Home

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

Class: ValueLink


Inheritance:

   Object
   |
   +--Link
      |
      +--ValueLink

Package:
stx:libbasic2
Category:
Collections-Support
Version:
rev: 1.15 date: 2018/05/09 17:42:29
user: cg
file: ValueLink.st directory: libbasic2
module: stx stc-classLibrary: libbasic2
Author:
Claus Gittinger

Description:


this class provides Links which can hold a value.
Instances are typically used as elements in a linkedList.


Related information:

    LinkedList
    Collection
    OrderedCollection

Class protocol:

instance creation
o  value: aValue
return a new instance with a value of aValue.


Instance protocol:

accessing
o  value
return the link's contents

o  value: anObject
set the link's contents

printing
o  printOn: aStream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 11:09:47 GMT