1 /* GENERATED SOURCE. DO NOT MODIFY. */ 2 // © 2017 and later: Unicode, Inc. and others. 3 // License & terms of use: http://www.unicode.org/copyright.html#License 4 package ohos.global.icu.impl.number; 5 6 /** 7 * @author sffc 8 * @hide exposed on OHOS 9 * 10 */ 11 public interface MicroPropsMutator<T> { 12 mutateMicros(MicroProps micros, T value)13 public void mutateMicros(MicroProps micros, T value); 14 15 } 16