package android.util; public final class MutableChar { public MutableChar(char value) { throw new RuntimeException("Stub!"); } public char value; }