Interface NSFetchedResultsSectionInfo


  • public interface NSFetchedResultsSectionInfo
    ================== PROTOCOLS ==================
    • Method Detail

      • indexTitle

        java.lang.String indexTitle()
        Title of the section (used when displaying the index)
      • name

        java.lang.String name()
        Name of the section
      • numberOfObjects

        long numberOfObjects()
        Number of objects in section
      • objects

        NSArray<?> objects()
        Returns the array of objects in the section.