blob: 247a41f5aa43c4f2fc3511a0193dc12461f89b6d [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
package android.icu.impl.number;
/**
* @author sffc
* @hide Only a subset of ICU is exposed in Android
*
*/
public interface MicroPropsMutator<T> {
public void mutateMicros(MicroProps micros, T value);
}