Searched defs:createFloat (Results 1 – 3 of 3) sorted by relevance
81 public static Value createFloat(float value) { in createFloat() method in Value
73 public void createFloat() { in createFloat() method in ConstantTest
908 public static Float createFloat(final String str) { in createFloat() method in NumberUtils