Constructor and Description |
---|
AbstractVFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
createDocument() |
java.util.Map<java.lang.String,java.lang.Object> |
createDocument(java.lang.String key,
java.lang.Object value)
Convenience method to create a new document with exactly one element
|
java.util.List<java.lang.Object> |
createList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDatabase
public java.util.Map<java.lang.String,java.lang.Object> createDocument()
createDocument
in interface VFactory
public java.util.Map<java.lang.String,java.lang.Object> createDocument(java.lang.String key, java.lang.Object value)
VFactory
createDocument
in interface VFactory
key
- the element's keyvalue
- the element's valuepublic java.util.List<java.lang.Object> createList()
createList
in interface VFactory