Package com.denodo.commons
Class CaseSensitiveDocument
java.lang.Object
com.denodo.commons.Document
com.denodo.commons.CaseSensitiveDocument
- All Implemented Interfaces:
Serializable
Represents a tuple of retrieved data. It is composed of fields in the
form of pairs key:value. Fields key are case-sensiive.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CaseSensitiveDocument
public CaseSensitiveDocument() -
CaseSensitiveDocument
-
-
Method Details
-
get
Description copied from class:DocumentDocument fields are case-insensitive. A new key is compared to existing keys by comparingnewKey.toString().toUpperCase()to the uppercase values in the currentKeySet.. -
put
Description copied from class:DocumentDocument fields are case-insensitive. As they are added to theDocument, keys are converted to all uppercase.
-