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

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

Completed in 119 milliseconds