eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SkipListNode':

Home

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

Class: SkipListNode


Inheritance:

   Object
   |
   +--SkipListNode

Package:
stx:libbasic2
Category:
Collections-Ordered-Trees-Private
Version:
rev: 1.1 date: 2017/06/18 15:49:53
user: cg
file: SkipListNode.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Class protocol:

instance creation
o  new: maxLevel
(comment from inherited method)
return an instance of myself with anInteger indexed variables

o  on: element level: maxLevel
Modified (format): / 18-06-2017 / 17:47:43 / cg

o  tailOfLevel: n


Instance protocol:

accessing
o  atForward: i put: node

o  forward: i

o  level

o  next

o  object

initialization
o  initialize: maxLevel
Modified (format): / 18-06-2017 / 17:47:07 / cg

printing
o  printOn: aStream
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.

private
o  object: anObject
Modified (format): / 18-06-2017 / 17:47:13 / cg



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 00:57:38 GMT