| Changed Methods
|
void clear()
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
boolean containsKey(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
Object get(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
double[] getDoubleArray(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
int[] getIntArray(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
long[] getLongArray(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
String[] getStringArray(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
boolean isEmpty()
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
Set<String> keySet()
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putDouble(String, double)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putDoubleArray(String, double[])
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putInt(String, int)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putIntArray(String, int[])
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putLong(String, long)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putLongArray(String, long[])
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putString(String, String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void putStringArray(String, String[])
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
void remove(String)
|
Method was locally defined, but is now inherited from BaseBundle.
|
|
int size()
|
Method was locally defined, but is now inherited from BaseBundle.
|
|