Package com.moandjiezana.toml
Class Container.Table
java.lang.Object
com.moandjiezana.toml.Container
com.moandjiezana.toml.Container.Table
- Enclosing class:
Container
-
Nested Class Summary
Nested classes/interfaces inherited from class com.moandjiezana.toml.Container
Container.Table, Container.TableArray -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
name
-
implicit
final boolean implicit
-
-
Constructor Details
-
Table
Table() -
Table
-
Table
-
-
Method Details
-
accepts
-
put
-
get
-
isImplicit
boolean isImplicit()- Specified by:
isImplicitin classContainer
-
consume
This modifies the Table's internal data structure, such that it is no longer usable. Therefore, this method must only be called when all data has been gathered.- Returns:
- A Map-and-List-based of the TOML data
-
toString
-