Parent

Methods

Class Index [+]

Quicksearch

IntervalSkipList::HeadNode

Attributes

height[R]
forward[R]
forward_markers[R]

Public Class Methods

new(height) click to toggle source
   # File lib/treetop/runtime/interval_skip_list/head_node.rb, line 5
5:     def initialize(height)
6:       @height = height
7:       @forward = Array.new(height, nil)
8:       @forward_markers = Array.new(height) {|i| []}
9:     end

Public Instance Methods

top_level() click to toggle source
    # File lib/treetop/runtime/interval_skip_list/head_node.rb, line 11
11:     def top_level
12:       height - 1
13:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.