abstract fun keySet(): MutableSet<String!>!
(source)
Get the keys of this table.
The returned set contains only immediate keys to this table, and not dotted keys or key paths. For a complete view of keys available in the TOML document, use #dottedKeySet()
or #keyPathSet()
.
Return
MutableSet<String!>!: A set containing the keys of this table.