Class PropertiesSheetListener.CaseInsensitiveMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<String[]>>
org.drools.decisiontable.parser.xls.PropertiesSheetListener.CaseInsensitiveMap
- Enclosing class:
- PropertiesSheetListener
public static class PropertiesSheetListener.CaseInsensitiveMap
extends HashMap<String,List<String[]>>
- See Also:
-
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> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, String[] value) getProperty(String key) getPropertyCells(String key) getSingleProperty(String key) getSingleProperty(String key, String defaultValue) 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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
CaseInsensitiveMap
public CaseInsensitiveMap()
-
-
Method Details
-
addProperty
-
getProperty
-
getPropertyCells
-
getSingleProperty
-
getSinglePropertyCell
-
getSingleProperty
-