Package net.filebot.format
Class AssociativeScriptObject
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionAssociativeScriptObject
(Map<?, ?> properties, Function<String, Object> defaultValue) -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AssociativeScriptObject
-
-
Method Details
-
normalize
-
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classAbstractMap<String,
Object>
-
entrySet
-
hashCode
-
equals
-
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-