pytreemap

Contents:

  • Installation
  • Usage Demo
  • TreeMap
  • TreeSet
  • Entry
  • EntrySet
  • Values
  • NavigableSet
  • NavigableMap
  • Benchmarks
  • License
pytreemap
  • »
  • NavigableSet
  • View page source

NavigableSet¶

NavigableSet objects returned by TreeMap’s methods are views on the calling TreeMap instance. NavigableMap objects supports these methods:

remove(o), to_list(), contains(o), ceiling(e), descending_iterator(), descending_set(), floor(e), head_set(to_element, inclusive=False), higher(e), iterator(), lower(e), poll_first(), poll_last(), sub_set(from_element, to_element, from_inclusive=True, to_inclusive=False), tail_set(from_element, inclusive=True)

Consult the TreeSet and TreeMap section for more details.

Next Previous

© Copyright 2020, Haoran Peng

Built with Sphinx using a theme provided by Read the Docs.