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

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

Completed in 166 milliseconds