Uses of Interface
org.tomlj.TomlArray
Packages that use TomlArray
-
Uses of TomlArray in org.tomlj
Modifier and TypeMethodDescriptiondefault TomlArrayTomlArray.getArray(int index) Get an array at a specified index.default @Nullable TomlArrayGet an array from the TOML document.default @Nullable TomlArrayGet an array from the TOML document.default TomlArrayTomlTable.getArrayOrEmpty(String dottedKey) Get an array from the TOML document.default TomlArrayTomlTable.getArrayOrEmpty(List<String> path) Get an array from the TOML document.