|
Class: BTreeKeys (private in BTree
This class is only visible from within
BTree.
Object
|
+--BTree::BTreeKeys
|
+--BTree::BTreeKeysArray
|
+--BTree::BTreeStringKeys
- Package:
- stx:libbasic2
- Category:
- Collections-Ordered-Trees
- Owner:
- BTree
- Author:
- Avi Bryant
[license:]
Dual licensed under both SqueakL and MIT.
This enables both base Squeak inclusion and 100% reuse.
accessing
-
first
-
Modified (format): / 02-08-2011 / 09:19:05 / cg
as yet unclassified
-
emptyCopy
-
Modified (format): / 02-08-2011 / 09:19:22 / cg
-
findIndexForKey: aMagnitude
-
Modified (format): / 02-08-2011 / 09:19:10 / cg
-
shiftLeftTo: index
-
Modified (format): / 02-08-2011 / 09:18:52 / cg
-
shiftRightFrom: index
-
Modified (format): / 02-08-2011 / 09:18:57 / cg
enumeration
-
withIndexDo: aBlock
-
evaluate the argument, aBlock for every element in the collection,
passing both element and index as arguments.
Same as doWithIndex:, due to parallel evolution of different Smalltalk dialects
queries
-
canGrow
-
Modified (format): / 02-08-2011 / 09:19:27 / cg
-
canShrink
-
Modified (format): / 02-08-2011 / 09:19:23 / cg
|