Interface RegistryData.Properties
- Enclosing class:
RegistryData
-
Method Summary
Modifier and TypeMethodDescriptionasMap()booleancontainsKey(String name) static RegistryData.PropertiesbooleangetBoolean(String name) booleangetBoolean(String name, boolean defaultValue) doubledoublefloatfloatintintdefault <T> List<T> <T> List<T> getNestedDoubleArray(String name) Deprecated, for removal: This API element is subject to removal in a future version.iterator()default intsize()Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
fromMap
-
getString
-
getString
-
getDouble
-
getDouble
-
getInt
-
getInt
-
getFloat
-
getFloat
-
getBoolean
-
getBoolean
-
getList
-
getList
-
getNestedDoubleArray
Deprecated, for removal: This API element is subject to removal in a future version. -
section
-
containsKey
-
asMap
-
iterator
-
size
default int size()
-