Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key)
Tests whether a property exists or not.
|
int |
count()
Gets a number of the entries in the dictionary.
|
void |
encodeTo(FLEncoder enc) |
boolean |
equals(Object o) |
protected void |
finalize() |
Array |
getArray(String key)
Get a property's value as a Array, which is a mapping object of an array value.
|
Blob |
getBlob(String key)
Gets a property's value as a Blob.
|
boolean |
getBoolean(String key)
Gets a property's value as a boolean.
|
Date |
getDate(String key)
Gets a property's value as a Date.
|
Dictionary |
getDictionary(String key)
Get a property's value as a Dictionary, which is a mapping object of an dictionary value.
|
double |
getDouble(String key)
Gets a property's value as an double.
|
float |
getFloat(String key)
Gets a property's value as an float.
|
int |
getInt(String key)
Gets a property's value as an int.
|
List<String> |
getKeys() |
long |
getLong(String key)
Gets a property's value as an long.
|
Number |
getNumber(String key)
Gets a property's value as a Number.
|
String |
getString(String key)
Gets a property's value as a String.
|
Object |
getValue(String key)
Gets a property's value as an object.
|
int |
hashCode() |
protected boolean |
isEmpty() |
Iterator<String> |
iterator() |
Map<String,Object> |
toMap()
Gets content of the current object as an Map.
|
MutableDictionary |
toMutable()
Return a mutable copy of the dictionary
|
clone, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int count()
public Object getValue(String key)
key
- the key.public String getString(String key)
key
- the keypublic Number getNumber(String key)
key
- the keypublic int getInt(String key)
key
- the keypublic long getLong(String key)
key
- the keypublic float getFloat(String key)
key
- the keypublic double getDouble(String key)
key
- the keypublic boolean getBoolean(String key)
key
- the keypublic Blob getBlob(String key)
key
- the keypublic Date getDate(String key)
key
- the keypublic Array getArray(String key)
key
- the key.public Dictionary getDictionary(String key)
key
- the key.public Map<String,Object> toMap()
public boolean contains(String key)
key
- the keypublic MutableDictionary toMutable()
public void encodeTo(FLEncoder enc)
protected void finalize() throws Throwable
protected boolean isEmpty()