eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'BTree::BTreeNode::BTreeInteriorNode':

Home

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

Class: BTreeInteriorNode (private in BTreeNode

This class is only visible from within BTreeNode (which is itself a private class of BTree).

Inheritance:

   Object
   |
   +--BTree::BTreeNode
      |
      +--BTree::BTreeNode::BTreeInteriorNode

Package:
stx:libbasic2
Category:
Collections-Ordered-Trees
Owner:
BTree::BTreeNode
Author:
Avi Bryant

Description:


[license:]
    Dual licensed under both SqueakL and MIT. 
    This enables both base Squeak inclusion and 100% reuse.


Instance protocol:

accessing
o  childForKey: aMagnitude
Modified (format): / 22-01-2024 / 15:30:25 / cg

o  existingChildForKey: aMagnitude
Unlike #childForKey:, this method looks for a child, but doesn't mess with the tree if it doesn't exist.

o  existingLeafForKey: aMagnitude
Unlike #leafForKey:, this method looks for a leaf but doesn't mess with the tree if it doesn't exist.

o  insertKey: aMagnitude value: anObject at: index

o  updateKey: oldMagnitude to: newMagnitude

enumerating
o  childrenDo: aBlock

o  leavesFrom: start to: end do: aBlock
Modified (format): / 22-01-2024 / 15:30:33 / cg

misc
o  commonKeysWith: aNode keysAndValuesDo: aBlock flip: aBoolean

queries
o  depth

o  firstChild

o  isLeaf

o  leafForKey: aMagnitude

o  nextSiblingForChild: aNode
Modified (format): / 22-01-2024 / 15:30:37 / cg



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