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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
H A DArrayEncodedValue.java41 public interface ArrayEncodedValue extends EncodedValue { interface in inherits:EncodedValue
43 * Gets the list of the values contained in this ArrayEncodedValue
64 * Compares this ArrayEncodedValue to another ArrayEncodedValue for equality.
66 * This ArrayEncodedValue is equal to another ArrayEncodedValue if the values returned by getValue() are equal.
68 * @param o The object to be compared for equality with this ArrayEncodedValue
69 * @return true if the specified object is equal to this ArrayEncodedValue
74 * Compare this ArrayEncodedValue to another EncodedValue.
77 * ArrayEncodedValue, th
[all...]

Completed in 153 milliseconds