Module near_sdk::store::tree_map

source ·

Structs§

  • An iterator over elements of a TreeMap, in sorted order.
  • A mutable iterator over elements of a TreeMap, in sorted order.
  • An iterator over the keys of a TreeMap, in sorted order.
  • An iterator over a range of elements of a TreeMap, in sorted order.
  • A mutable iterator over a range of elements of a TreeMap, in sorted order.
  • TreeMap based on AVL-tree
  • An iterator over the values of a TreeMap, in order by key.
  • A mutable iterator over values of a TreeMap, in order by key.

Enums§

  • A view into a single entry in the map, which can be vacant or occupied.