public static class PropertiesSheetListener.CaseInsensitiveMap extends HashMap<String,List<String[]>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseInsensitiveMap() |
Modifier and Type | Method and Description |
---|---|
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) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.