public class Document
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
Document()
Constructs an empty
Document. |
Document(Document doc)
Constructs a new
Document with the same fields as the
specified Document. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String key)
Document fields are case-insensitive.
|
java.util.Map<java.lang.String,java.lang.Object> |
getFields() |
boolean |
isEmpty() |
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Document fields are case-insensitive.
|
void |
remove(java.lang.String key) |
java.lang.String |
toString() |
protected static final long serialVersionUID
public Document()
Document.public Document(Document doc)
Document with the same fields as the
specified Document.doc - the Document whose fields are to be placed in
this Document.public java.lang.Object get(java.lang.String key)
newKey.toString().toUpperCase()
to the uppercase values in the current KeySet..public java.lang.Object put(java.lang.String key,
java.lang.Object value)
Document, keys are converted to all uppercase.public void remove(java.lang.String key)
public java.util.Map<java.lang.String,java.lang.Object> getFields()
public boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.