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

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

Completed in 84 milliseconds