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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java466 public int addDouble(double n) { method in class:ConstantPoolGen
745 return addDouble(((ConstantDouble)c).getBytes());

Completed in 244 milliseconds