Squeak Class Documentation category index | class index  
 
SkipListNode
  category: Collections-SkipLists
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  atForward:put:
forward:
level
next
object

  initialization
  initialize:

  printing
  printOn:

  private
  object:

class methods
  instance creation
  new:
on:level:
tailOfLevel:

instance methods
  accessing top  
 

atForward:put:


 

forward:


 

level


 

next


 

object


  initialization top  
 

initialize:


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  private top  
 

object:


class methods
  instance creation top  
 

new:

Answer an instance of this class with the number of indexable
variables specified by the argument, sizeRequested.


 

on:level:


 

tailOfLevel: