Class TomlTable
java.lang.Object
com.stereowalker.unionlib.util.toml.TomlTable
- Direct Known Subclasses:
TomlParseResult
-
Field Summary
Fields -
Method Summary
-
Field Details
-
map
-
-
Method Details
-
contains
-
get
-
getString
-
getLong
-
getDouble
-
getBoolean
-
getArray
-
getTable
-
isString
-
isLong
-
isDouble
-
isBoolean
-
isArray
-
isTable
-
dottedKeySet
Returns the set of all leaf key paths in dotted notation. Table keys are omitted; only value keys appear. -
entrySet
Raw entry set of the top-level keys in this table. Values may be Map, List, String, Long, Double, or Boolean. -
toMap
-
isEmpty
public boolean isEmpty() -
size
public int size()
-