Class ErrorMap
java.lang.Object
io.protostuff.parser.ErrorMap
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object arg0) booleancontainsValue(Object arg0) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
clear
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
get
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
entrySet
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
size
-
values
-