FileDocCategorySizeDatePackage
ContentValues.javaAPI DocAndroid 5.1 API3567Sat Mar 14 14:09:42 GMT 2015android.content

ContentValues

public final class ContentValues extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final String
TAG
Constructors Summary
public ContentValues()

 throw new RuntimeException("Stub!"); 
public ContentValues(int size)

 throw new RuntimeException("Stub!"); 
public ContentValues(ContentValues from)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclear()

 throw new RuntimeException("Stub!"); 
public booleancontainsKey(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object object)

 throw new RuntimeException("Stub!"); 
public java.lang.Objectget(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.BooleangetAsBoolean(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.BytegetAsByte(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public byte[]getAsByteArray(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.DoublegetAsDouble(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.FloatgetAsFloat(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.IntegergetAsInteger(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.LonggetAsLong(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.ShortgetAsShort(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetAsString(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.util.SetkeySet()

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Integer value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Long value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Float value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Double value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Boolean value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, byte[] value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Byte value)

 throw new RuntimeException("Stub!"); 
public voidput(java.lang.String key, java.lang.Short value)

 throw new RuntimeException("Stub!"); 
public voidputAll(android.content.ContentValues other)

 throw new RuntimeException("Stub!"); 
public voidputNull(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public voidremove(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public intsize()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public java.util.SetvalueSet()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");