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, valuesMethods 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:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classAbstractMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object> - Overrides:
containsValuein classAbstractMap<String,Object>
-
entrySet
-
hashCode
-
equals
-
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-