android.content
Class ContentQueryMap
java.lang.Object
java.util.Observable
android.content.ContentQueryMap
public class ContentQueryMap
- extends java.util.Observable
|
Constructor Summary |
ContentQueryMap(Cursor cursor,
java.lang.String columnNameOfKey,
boolean keepUpdated,
Handler handlerForUpdateNotifications)
|
| 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 |
ContentQueryMap
public ContentQueryMap(Cursor cursor,
java.lang.String columnNameOfKey,
boolean keepUpdated,
Handler handlerForUpdateNotifications)
setKeepUpdated
public void setKeepUpdated(boolean keepUpdated)
getValues
public ContentValues getValues(java.lang.String rowName)
requery
public void requery()
getRows
public java.util.Map<java.lang.String,ContentValues> getRows()
close
public void close()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2008-2010. All Rights Reserved.