public class TypedBundle
extends java.lang.Object
| Constructor and Description |
|---|
TypedBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int type,
boolean value) |
void |
add(int type,
float value) |
void |
add(int type,
int value) |
void |
add(int type,
java.lang.String value) |
void |
addIfNotNull(int type,
java.lang.String value) |
void |
applyDelta(TypedBundle values) |
void |
applyDelta(TypedValues values) |
void |
clear() |
int |
getInteger(int type) |
public int getInteger(int type)
public void add(int type,
int value)
public void add(int type,
float value)
public void addIfNotNull(int type,
java.lang.String value)
public void add(int type,
java.lang.String value)
public void add(int type,
boolean value)
public void applyDelta(TypedValues values)
public void applyDelta(TypedBundle values)
public void clear()