Package com.killcoding.tool
Class ResultMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.killcoding.tool.ResultMap<K,V>
- All Implemented Interfaces:
Serializable,Cloneable,Map<K,V>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
entries
-
list
-
-
Constructor Details
-
ResultMap
public ResultMap() -
ResultMap
-
ResultMap
-
-
Method Details