BTree class
Constructors
- BTree({int order = 4, required String path, VfsAdapter? vfs})
Properties
Methods
-
clear(
) → void -
delete(
dynamic key, int rowId) → void -
insert(
dynamic key, int rowId) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rangeSearch(
dynamic low, dynamic high) → List< int> -
save(
{VfsAdapter? vfs}) → Future< void> -
search(
dynamic key) → List< int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited