FileDocCategorySizeDatePackage
BaseBundle.javaAPI DocAndroid 5.1 API3256Sat Mar 14 14:09:34 GMT 2015android.os

BaseBundle

public class BaseBundle extends Object

Fields Summary
Constructors Summary
BaseBundle()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public booleangetBoolean(java.lang.String key, boolean defaultValue)

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

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

 throw new RuntimeException("Stub!"); 
public doublegetDouble(java.lang.String key, double defaultValue)

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

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

 throw new RuntimeException("Stub!"); 
public intgetInt(java.lang.String key, int defaultValue)

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

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

 throw new RuntimeException("Stub!"); 
public longgetLong(java.lang.String key, long defaultValue)

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidputAll(android.os.PersistableBundle bundle)

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

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!");