Package apple.coredata.protocol
Interface NSFetchedResultsSectionInfo
-
public interface NSFetchedResultsSectionInfo================== PROTOCOLS ==================
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringindexTitle()Title of the section (used when displaying the index)java.lang.Stringname()Name of the sectionlongnumberOfObjects()Number of objects in sectionNSArray<?>objects()Returns the array of objects in the section.
-
-
-
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.
-
-