Package org.tomlj
Class MutableTomlTable.EnsureTableResult
java.lang.Object
org.tomlj.MutableTomlTable.EnsureTableResult
- Enclosing class:
MutableTomlTable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List
<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> (package private) final MutableTomlTable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
EnsureTableResult
(MutableTomlTable table, List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> intermediates) -
Method Summary
-
Field Details
-
table
-
intermediates
-
-
Constructor Details
-
EnsureTableResult
private EnsureTableResult(MutableTomlTable table, List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> intermediates)
-