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

/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DDoubleEncodedValue.java35 public class DoubleEncodedValue extends EncodedValue { class in inherits:EncodedValue
39 * Constructs a new <code>DoubleEncodedValue</code> by reading the value from the given <code>Input</code> object.
45 protected DoubleEncodedValue(Input in, byte valueArg) { method in class:DoubleEncodedValue
51 * Constructs a new <code>DoubleEncodedValue</code> with the given value
54 public DoubleEncodedValue(double value) { method in class:DoubleEncodedValue
79 DoubleEncodedValue other = (DoubleEncodedValue)o;

Completed in 66 milliseconds