Package org.tomlj

Interface TomlKeyValue

All Superinterfaces:
TomlElement, TomlEntry
All Known Subinterfaces:
MutableTomlKeyValue

public interface TomlKeyValue extends TomlEntry
A key/value pair written in a table, with the comments attached to it.
  • 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.