K - the type of keysV - the type of valuespublic class JsonifyLinkedHashMap<K,V> extends LinkedHashMap<K,V>
JsonifyLinkedHashMap is simple a LinkedHashMap but with an override
jsonify toString method.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JsonifyLinkedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
setTranslator(org.apache.commons.lang3.text.translate.CharSequenceTranslator translator) |
String |
toString() |
String |
toString(PrintMode printMode) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2017. All rights reserved.