| Package | Description |
|---|---|
| android.os |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Pair<BaseBundle.Type,Object>> |
BaseBundle.map |
| Modifier and Type | Method and Description |
|---|---|
static BaseBundle.Type |
BaseBundle.Type.valueOf(int ordinal) |
static BaseBundle.Type |
BaseBundle.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseBundle.Type[] |
BaseBundle.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
BaseBundle.get(String key,
BaseBundle.Type type,
T defaultValue) |
protected void |
BaseBundle.put(String key,
BaseBundle.Type type,
Object entry) |
protected boolean |
BaseBundle.readFromParcel(Parcel source,
String key,
BaseBundle.Type type) |
protected boolean |
BaseBundle.writeToParcel(Parcel dest,
String key,
BaseBundle.Type type,
Object value) |
| Constructor and Description |
|---|
BaseBundle(Map<String,Pair<BaseBundle.Type,Object>> map) |
Copyright © 2017. All rights reserved.