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

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

Completed in 174 milliseconds