|
Class: BTreeStringKeys (private in BTree
This class is only visible from within
BTree.
Object
|
+--BTree::BTreeKeys
|
+--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.
as yet unclassified
-
new
-
(comment from inherited method)
return an instance of myself without indexed variables
-
new: aNumber
-
(comment from inherited method)
return an instance of myself with anInteger indexed variables
as yet unclassified
-
abbreviationSize
-
-
abbreviationsAndIndicesDo: aBlock
-
Modified (format): / 22-01-2024 / 15:30:42 / cg
-
at: aNumber
-
(comment from inherited method)
return the indexed instance variable with index, anInteger;
this method can be redefined in subclasses.
-
at: aNumber put: aString
-
Modified (format): / 22-01-2024 / 15:30:46 / cg
-
buildAbbreviationsFrom: readStreams
-
Modified (format): / 13-06-2021 / 09:51:18 / cg
-
extractPrefixFrom: readStreams
-
Modified (format): / 22-01-2024 / 15:30:54 / cg
-
findIndexForKey: aString
-
(comment from inherited method)
Modified (format): / 02-08-2011 / 09:19:10 / cg
-
initializeWithSize: aNumber
-
Modified (format): / 22-01-2024 / 15:31:06 / cg
-
nilPrefix
-
-
rebuildAbbreviations
-
Modified (format): / 22-01-2024 / 15:31:15 / cg
-
size
-
(comment from inherited method)
return the number of the receiver's indexed instance variables;
this method may be redefined in subclasses
|