tuweni / org.apache.tuweni.toml / TomlTable / keyPathSet

keyPathSet

open fun keyPathSet(): MutableSet<MutableList<String!>!>! (source)

Get all the paths in this table.

Paths to intermediary and empty tables are not returned. To include these, use #keyPathSet(boolean).

Return
MutableSet<MutableList<String!>!>!: A set containing all the key paths of this table.

abstract fun keyPathSet(includeTables: Boolean): MutableSet<MutableList<String!>!>! (source)

Get all the paths in this table.

Parameters

includeTables - Boolean: If true, also include paths to intermediary and empty tables.

Return
MutableSet<MutableList<String!>!>!: A set containing all the key paths of this table.