Package com.moandjiezana.toml
Class Container.Table
- java.lang.Object
-
- com.moandjiezana.toml.Container
-
- com.moandjiezana.toml.Container.Table
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.moandjiezana.toml.Container
Container.Table, Container.TableArray
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanaccepts(java.lang.String key)(package private) java.util.Map<java.lang.String,java.lang.Object>consume()This modifies the Table's internal data structure, such that it is no longer usable.(package private) java.lang.Objectget(java.lang.String key)(package private) booleanisImplicit()(package private) voidput(java.lang.String key, java.lang.Object value)java.lang.StringtoString()
-
-
-
Method Detail
-
isImplicit
boolean isImplicit()
- Specified by:
isImplicitin classContainer
-
consume
java.util.Map<java.lang.String,java.lang.Object> 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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-