HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableCharEncodedValue (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableCharEncodedValue.java 37 public class ImmutableCharEncodedValue extends BaseCharEncodedValue implements ImmutableEncodedValue {
40 public ImmutableCharEncodedValue(char value) {
44 public static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue) {
45 if (charEncodedValue instanceof ImmutableCharEncodedValue) {
46 return (ImmutableCharEncodedValue)charEncodedValue;
48 return new ImmutableCharEncodedValue(charEncodedValue.getValue());
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 39 milliseconds