if(data instanceOf HashMap) {
HashMap<Object, Object> map = (HashMap<Object, Obbject>) data;
HashMap<Object, Object> result = new LinkedHashMap<>();
map.forEach((key, value) -> {
String curKey = stringify(key);
String curValue = stringify(value);
result.put(curKey, curValue)
});
}
HashMap
사용시 순서가 보장되지 않음 <- LinkedHashMap
사용git add .
<- 가능한 절대 쓰지말것git add <경로>
로 스테이징하는 버릇 들이기