Package com.illumon.iris.db.util.scripts
Class ScriptExtensionsMap
public class ScriptExtensionsMap extends HashMap<String,List<String>>
Maps from script language name to file extensions.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Method Summary
Modifier and Type Method Description static Map<String,List<String>>
getInstance()
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values