Package de.bwaldvogel.mongo.bson
Class Document
java.lang.Object
de.bwaldvogel.mongo.bson.Document
- All Implemented Interfaces:
Bson,Serializable,Map<String,Object>
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()voidbooleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleangetOrMissing(Object key) inthashCode()booleanisEmpty()keySet()voidvoidputIfNotNull(String key, Object value) intsize()toString()toString(boolean compactKey) values()Methods 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
-
Constructor Details
-
Document
public Document() -
Document
-
Document
-
-
Method Details
-
cloneInto
-
cloneDeeply
-
append
-
appendAll
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
getOrMissing
-
clear
public void clear() -
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
put
-
putIfNotNull
-
putAll
-
remove
-
clone
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
-
toString
-
toString
-