Documentation
¶
Index ¶
- type BTree
- func (tr *BTree[K, V]) Get(key K) (V, bool)
- func (tr *BTree[K, V]) Height() int
- func (tr *BTree[K, V]) Len() int
- func (tr *BTree[K, V]) Load(key K, value V)
- func (tr *BTree[K, V]) Max() (K, V, bool)
- func (tr *BTree[K, V]) Min() (K, V, bool)
- func (tr *BTree[K, V]) Remove(key K) bool
- func (tr *BTree[K, V]) Set(key K, value V)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.