예제 #1
0
 /**
  * Inserts a short array value into the mapping of this Bundle, replacing any existing value for
  * the given key. Either key or value may be null.
  *
  * @param key a String, or null
  * @param value a short array object, or null
  */
 @Override
 public void putShortArray(@Nullable String key, @Nullable short[] value) {
   super.putShortArray(key, value);
 }