public class StringableMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringableMap(Map<String,String> m) |
StringableMap(String s) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
toProperties() |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic StringableMap(String s)
public String toString()
toString in class AbstractMap<String,String>public Properties toProperties()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.