Package org.tomlj
Interface TomlKeyValue
- All Superinterfaces:
TomlElement,TomlEntry
- All Known Subinterfaces:
MutableTomlKeyValue
A key/value pair written in a table, with the comments attached to it.
-
Method Summary
Methods inherited from interface org.tomlj.TomlElement
position
-
Method Details
-
key
String key()The key of this pair.This is the single key in its table, not a dotted path: the raw key as
TomlTable.keySet()returns it.- Returns:
- The key.
-