.. comment
   This template stolen ("borrowed indefinitely") from StackOverflow James
   Leedham.  Thanks!

edgegraph.structure.collections\_.sortedset.SortedSet
=====================================================

.. currentmodule:: edgegraph.structure.collections_.sortedset

.. autoclass:: SortedSet
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~SortedSet.__init__
      ~SortedSet.add
      ~SortedSet.clear
      ~SortedSet.copy
      ~SortedSet.count
      ~SortedSet.difference
      ~SortedSet.difference_update
      ~SortedSet.discard
      ~SortedSet.get_list
      ~SortedSet.get_view
      ~SortedSet.index
      ~SortedSet.intersection
      ~SortedSet.intersection_update
      ~SortedSet.isdisjoint
      ~SortedSet.issubset
      ~SortedSet.issuperset
      ~SortedSet.pop
      ~SortedSet.remove
      ~SortedSet.sort
      ~SortedSet.symmetric_difference
      ~SortedSet.symmetric_difference_update
      ~SortedSet.union
      ~SortedSet.update
   
   

   
   
   
