
.. include:: ../table/references.txt


SortedArray
=========================

.. currentmodule:: astropy.table

.. autoclass:: SortedArray
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~SortedArray.cols

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~SortedArray.add
      ~SortedArray.find
      ~SortedArray.find_pos
      ~SortedArray.items
      ~SortedArray.range
      ~SortedArray.remove
      ~SortedArray.replace_rows
      ~SortedArray.shift_left
      ~SortedArray.shift_right
      ~SortedArray.sort
      ~SortedArray.sorted_data

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: cols

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. automethod:: add
   .. automethod:: find
   .. automethod:: find_pos
   .. automethod:: items
   .. automethod:: range
   .. automethod:: remove
   .. automethod:: replace_rows
   .. automethod:: shift_left
   .. automethod:: shift_right
   .. automethod:: sort
   .. automethod:: sorted_data

   
   