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
-
entrySet
-
toMap
-
isEmpty
public boolean isEmpty() -
size
public int size()
-