BTree class
Properties
Methods
-
delete(
String key) → void -
insert(
String key, dynamic value) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String key) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String key, dynamic value) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited