Пример #1
0
 /**
  * Inserts a short value into the mapping of this Bundle, replacing any existing value for the
  * given key.
  *
  * @param key a String, or null
  * @param value a short
  */
 @Override
 public void putShort(@Nullable String key, short value) {
   super.putShort(key, value);
 }