Package org.tomlj

Interface TomlEntry

All Superinterfaces:
TomlElement
All Known Subinterfaces:
MutableTomlEntry, MutableTomlKeyValue, TomlKeyValue

public interface TomlEntry extends TomlElement
An entry of a table or array: the slot a container indexes, with the value it holds and the comments attached to it.

A table's entries are TomlKeyValues; an array's entries are plain TomlEntrys. The other kind of element a container's elements() holds is an unattached TomlComment, which is not an entry.