Package de.caluga.morphium.driver
Class Doc
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescriptionaddIfNotNull(String k, Object value) convertToDocList(List<Map<String, Object>> lst) convertToMapList(List<Doc> lst) static Docof()static Docstatic Docstatic Docstatic Docstatic Docof(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5) static Docof(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6) static DocMethods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
Doc
public Doc(int initialCapacity, float loadFactor) -
Doc
public Doc(int initialCapacity) -
Doc
public Doc() -
Doc
-
Doc
public Doc(int initialCapacity, float loadFactor, boolean accessOrder)
-
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
convertToDocList
-
convertToMapList
-
add
-
addNull
-
addIfNotNull
-