|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
android.content.ContentQueryMap
public class ContentQueryMap
Constructor Summary | |
---|---|
ContentQueryMap(Cursor cursor,
String columnNameOfKey,
boolean keepUpdated,
Handler handlerForUpdateNotifications)
|
Method Summary | |
---|---|
void |
close()
|
protected void |
finalize()
|
Map<String,ContentValues> |
getRows()
|
ContentValues |
getValues(String rowName)
|
void |
requery()
|
void |
setKeepUpdated(boolean keepUpdated)
|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated, Handler handlerForUpdateNotifications)
Method Detail |
---|
public void setKeepUpdated(boolean keepUpdated)
public ContentValues getValues(String rowName)
public void requery()
public Map<String,ContentValues> getRows()
public void close()
protected void finalize() throws Throwable
finalize
in class Object
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |