Пример #1
0
 /**
  * Inserts a float 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 float array object, or null
  */
 @Override
 public void putFloatArray(@Nullable String key, @Nullable float[] value) {
   super.putFloatArray(key, value);
 }