Interface UIDataSourceTranslating

    • Method Detail

      • presentationSectionIndexForDataSourceSectionIndex

        long presentationSectionIndexForDataSourceSectionIndex​(long dataSourceSectionIndex)
      • dataSourceSectionIndexForPresentationSectionIndex

        long dataSourceSectionIndexForPresentationSectionIndex​(long presentationSectionIndex)
      • presentationIndexPathForDataSourceIndexPath

        NSIndexPath presentationIndexPathForDataSourceIndexPath​(NSIndexPath dataSourceIndexPath)
      • dataSourceIndexPathForPresentationIndexPath

        NSIndexPath dataSourceIndexPathForPresentationIndexPath​(NSIndexPath presentationIndexPath)
      • performUsingPresentationValues

        void performUsingPresentationValues​(java.lang.Runnable actionsToTranslate)