- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- io.rxmicro.data.sql.local.impl.EntityFieldMapImpl
-
- All Implemented Interfaces:
EntityFieldMap,Map<String,Object>
public final class EntityFieldMapImpl extends AbstractMap<String,Object> implements EntityFieldMap
- Since:
- 0.1
- Author:
- nedis
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description EntityFieldMapImpl(Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,Object>>entrySet()booleanequals(Object other)inthashCode()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-