query Items
Retrieve all items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Retrieve items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
Index of the first item to retrieve.
Retrieve items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
Index of the first item to retrieve.
When true
- result includes the item with the startIndex When false
- the item with the startIndex is skipped.
Retrieve items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Retrieve items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Page size for querying items from backend.
Retrieve items from the SyncListJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Page size for querying items from backend.
When true
returns cached value if found in cache. When false
- performs network request to get latest data from backend.