Class SortedListView

    • Method Detail

      • getDouble

        public double getDouble​(int index)
        Description copied from interface: ListNumber
        Returns the element at the specified position in this list casted to a double.
        Parameters:
        index - position of the element to return
        Returns:
        the element at the specified position in this list
      • size

        public int size()
        Description copied from interface: CollectionNumber
        Returns the number of elements in the collection.
        Returns:
        the number of elements in the collection
      • getIndexes

        public ListInteger getIndexes()
        Returns the index map of the sorted view.
        Returns:
        a list of integers