org.drools.decisiontable.parser.xls
Class PropertiesSheetListener.CaseInsensitiveMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,List<String[]>>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
PropertiesSheetListener.CaseInsensitiveMap()
           
 
Method Summary
 void addProperty(String key, String[] value)
           
 List<String> getProperty(String key)
           
 List<String> getPropertyCells(String key)
           
 String getSingleProperty(String key)
           
 String getSingleProperty(String key, String defaultValue)
           
 String getSinglePropertyCell(String key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

PropertiesSheetListener.CaseInsensitiveMap

public PropertiesSheetListener.CaseInsensitiveMap()
Method Detail

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.