Interface IAppendableDataSource<T>

    • Method Detail

      • insertRow

        void insertRow​(long index,
                       T item)
        Function for appending an item to the end of the result data
        Parameters:
        index - the index value to insert the new Item into
        item - Item to append to the end of the result data
      • deleteRow

        void deleteRow​(long index,
                       T item)
        Function for deleting an item from the specified index of the result data
        Parameters:
        index - the index value to delete the Item from
        item - Item to be deleted