Searched defs:StringEncodedValue (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
H A DStringEncodedValue.java40 public interface StringEncodedValue extends EncodedValue { interface in inherits:EncodedValue
63 * Compares this StringEncodedValue to another StringEncodedValue for equality.
65 * This StringEncodedValue is equal to another StringEncodedValue if the values returned by getValue() are equal.
67 * @param o The object to be compared for equality with this StringEncodedValue
68 * @return true if the specified object is equal to this StringEncodedValue
73 * Compare this StringEncodedValue to another EncodedValue.
76 * StringEncodedValue, the return values of getValue() are compared.
78 * @param o The EncodedValue to compare with this StringEncodedValue
[all...]

Completed in 178 milliseconds