
Public Member Functions | |
| int | batchSize () |
| NSArray< T > | objects () |
| Results (NSArray< T > objects, int startIndex, int batchSize, int totalCount) | |
| int | startIndex () |
| int | totalCount () |
Private Attributes | |
| int | _batchSize |
| NSArray< T > | _objects |
| int | _startIndex |
| int | _total |
| <T> | the type of the result |
| Results | ( | NSArray< T > | objects, | |
| int | startIndex, | |||
| int | batchSize, | |||
| int | totalCount | |||
| ) |
Constructs a new Results object.
| objects | the objects in the result | |
| startIndex | the start index of the fetch | |
| batchSize | the size of the batch | |
| totalCount | the total number of objects |
| int batchSize | ( | ) |
Returns the batch size.
| NSArray<T> objects | ( | ) |
Returns the objects from this batch.
| int startIndex | ( | ) |
Returns the start index of the fetch.
| int totalCount | ( | ) |
Returns the total count of the results.
int _batchSize [private] |
NSArray<T> _objects [private] |
int _startIndex [private] |
int _total [private] |
1.5.8