size method

int size()

Returns the number of mappings contained in this Bundle.

@return the number of mappings as an int.

Implementation

int size() {
  // unparcel();
  return _map.length;
}