toml / org.apache.tuweni.toml / TomlArray / getTable

getTable

open fun getTable(index: Int): TomlTable (source)

Get a table at a specified index.

Parameters

index - The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

TomlInvalidTypeException - If the value is not a table.

Return
The value.