eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'DoubleLink':

Home

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

Class: DoubleLink


Inheritance:

   Object
   |
   +--Link
      |
      +--DoubleLink
         |
         +--ValueDoubleLink

Package:
stx:libbasic2
Category:
Collections-Support
Version:
rev: 1.4 date: 2021/01/20 14:09:15
user: cg
file: DoubleLink.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Description:


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

For more usability look at ValueDoubleLink or other subclasses.

copyright

COPYRIGHT (c) 2016 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Instance protocol:

accessing
o  clearLinks
nil the previous and next links

o  previousLink
return the previous link

o  previousLink: aLInk
set the previous link

converting
o  asDoubleLink



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 07:10:55 GMT