public interface NSFetchedResultsSectionInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
indexTitle()
Title of the section (used when displaying the index)
|
java.lang.String |
name()
Name of the section
|
long |
numberOfObjects()
Number of objects in section
|
NSArray<?> |
objects()
Returns the array of objects in the section.
|
java.lang.String indexTitle()
java.lang.String name()
long numberOfObjects()
NSArray<?> objects()