BPlusTree<K> class
B Plus data structure
Constructors
Properties
- capacityOfNode ↔ int
-
maxNoOfElInANode represents maximum number of internal cells B plus tree's node can have
read / write
-
compare
↔ Compare<
K> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
leftMostLeafNode
↔ BPlusNode<
K> -
This can be captured during first element creation and can be used for faster leaf node retreival
read / write
-
rightMostLeafNode
→ BPlusNode<
K> -
read-only
-
root
↔ BPlusNode<
K> -
root element of this B Plus tree
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- size ↔ int
-
Number of nodes
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited