org.drools.decisiontable.parser.xls
Class PropertiesSheetListener.CaseInsensitiveMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<String[]>>
org.drools.decisiontable.parser.xls.PropertiesSheetListener.CaseInsensitiveMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<String[]>>
- Enclosing class:
- PropertiesSheetListener
public static class PropertiesSheetListener.CaseInsensitiveMap
- extends HashMap<String,List<String[]>>
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
PropertiesSheetListener.CaseInsensitiveMap
public PropertiesSheetListener.CaseInsensitiveMap()
addProperty
public void addProperty(String key,
String[] value)
getProperty
public List<String> getProperty(String key)
getPropertyCells
public List<String> getPropertyCells(String key)
getSingleProperty
public String getSingleProperty(String key)
getSinglePropertyCell
public String getSinglePropertyCell(String key)
getSingleProperty
public String getSingleProperty(String key,
String defaultValue)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.