FileDocCategorySizeDatePackage
Bundle.javaAPI DocAndroid 5.1 API7105Sat Mar 14 14:09:44 GMT 2015android.os

Bundle

public final class Bundle extends android.os.BaseBundle implements Cloneable, android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final Bundle
EMPTY
Constructors Summary
public Bundle()

 throw new RuntimeException("Stub!"); 
public Bundle(ClassLoader loader)

 throw new RuntimeException("Stub!"); 
public Bundle(int capacity)

 throw new RuntimeException("Stub!"); 
public Bundle(Bundle b)

 throw new RuntimeException("Stub!"); 
public Bundle(android.os.PersistableBundle b)

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

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

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

 throw new RuntimeException("Stub!"); 
public android.os.IBindergetBinder(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetBundle(java.lang.String key)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.os.Parcelable[]getParcelableArray(java.lang.String key)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.util.SizegetSize(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public android.util.SizeFgetSizeF(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public android.util.SparseArraygetSparseParcelableArray(java.lang.String key)

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

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

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

 throw new RuntimeException("Stub!"); 
public voidputBinder(java.lang.String key, android.os.IBinder value)

 throw new RuntimeException("Stub!"); 
public voidputBundle(java.lang.String key, android.os.Bundle value)

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidputParcelable(java.lang.String key, android.os.Parcelable value)

 throw new RuntimeException("Stub!"); 
public voidputParcelableArray(java.lang.String key, android.os.Parcelable[] value)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidputSize(java.lang.String key, android.util.Size value)

 throw new RuntimeException("Stub!"); 
public voidputSizeF(java.lang.String key, android.util.SizeF value)

 throw new RuntimeException("Stub!"); 
public voidputSparseParcelableArray(java.lang.String key, android.util.SparseArray value)

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

 throw new RuntimeException("Stub!"); 
public voidreadFromParcel(android.os.Parcel parcel)

 throw new RuntimeException("Stub!"); 
public voidsetClassLoader(java.lang.ClassLoader loader)

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

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

 throw new RuntimeException("Stub!");