| Modifier and Type | Method and Description |
|---|---|
List<Object> |
asList()
|
default Iterator<Object> |
iterator()
|
Object |
nth(int index)
Get the item stored at the given index.
|
int |
size() |
forEach, spliteratorObject nth(int index)
index - The index of the item to retrieve.nullIndexOutOfBoundsException - if the index is greater than the size.int size()
TupleCopyright © 2019–2020 SmallRye. All rights reserved.