|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TakeByIdsResult<T>
Holds iterable results of the takeByIds operation.
When iterating through the results, null values are skipped.
If you want to access null values, use the getResultsArray() method.
Results are ordered based on the list of IDs provided to the takeByIds method.
| Method Summary | |
|---|---|
T[] |
getResultsArray()
Returns the results array for the takeByIds operation. |
Iterator<T> |
iterator()
Returns an iterator over the takeByIds operation results. |
| Method Detail |
|---|
Iterator<T> iterator()
iterator in interface Iterable<T>T[] getResultsArray()
takeByIds operation.
The array's size is the same as that of the given Ids array.
Unmatched Ids will have a null value in the corresponding results array index.
|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||