Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key) |
int |
count() |
Array |
getArray(int index) |
Array |
getArray(String key) |
Blob |
getBlob(int index) |
Blob |
getBlob(String key) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(String key) |
Date |
getDate(int index) |
Date |
getDate(String key) |
Dictionary |
getDictionary(int index) |
Dictionary |
getDictionary(String key) |
double |
getDouble(int index) |
double |
getDouble(String key) |
float |
getFloat(int index) |
float |
getFloat(String key) |
int |
getInt(int index) |
int |
getInt(String key) |
List<String> |
getKeys() |
long |
getLong(int index) |
long |
getLong(String key) |
Number |
getNumber(int index) |
Number |
getNumber(String key) |
String |
getString(int index) |
String |
getString(String key) |
Object |
getValue(int index) |
Object |
getValue(String key) |
Iterator<String> |
iterator() |
List<Object> |
toList() |
Map<String,Object> |
toMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int count()
public Object getValue(int index)
public String getString(int index)
public Number getNumber(int index)
public int getInt(int index)
public long getLong(int index)
public float getFloat(int index)
public double getDouble(int index)
public boolean getBoolean(int index)
public Blob getBlob(int index)
public Date getDate(int index)
public Array getArray(int index)
public Dictionary getDictionary(int index)
public int getInt(String key)
public long getLong(String key)
public float getFloat(String key)
public double getDouble(String key)
public boolean getBoolean(String key)
public Dictionary getDictionary(String key)
public boolean contains(String key)