MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / valueOf

Method valueOf

jOOQ/src/main/java/org/jooq/Decfloat.java:75–78  ·  view source on GitHub ↗

Create a new Decfloat instance from string data input.

(String data)

Source from the content-addressed store, hash-verified

73 * Create a new {@link Decfloat} instance from string data input.
74 */
75 @NotNull
76 public static final Decfloat valueOf(String data) {
77 return new Decfloat(data);
78 }
79
80 /**
81 * Create a new {@link Decfloat} instance from string data input.

Callers 4

DecfloatMethod · 0.45
doubleValueMethod · 0.45
floatValueMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected