size method
Returns the number of mappings contained in this Bundle.
@return the number of mappings as an int.
Implementation
int size() {
// unparcel();
return _map.length;
}
Returns the number of mappings contained in this Bundle.
@return the number of mappings as an int.
int size() {
// unparcel();
return _map.length;
}