HFBTreeByteArray Class Reference
[Model]
The principal efficient implementation of
HFByteArray.
More...
List of all members.
|
Public Member Functions |
(id) | - init |
Detailed Description
HFBTreeByteArray is an efficient subclass of
HFByteArray that stores
HFByteSlices, using a 10-way B+ tree. This allows for insertion, deletion, and searching in approximately log-base-10 time.
Create an HFBTreeByteArray via -init
. It has no methods other than those on HFByteArray.
Member Function Documentation
The documentation for this class was generated from the following file: