MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / newInt

Method newInt

src/main/java/com/amazon/ion/ValueFactory.java:217–217  ·  view source on GitHub ↗

Constructs a new int instance with the given value. @param value the new int's value.

(int value)

Source from the content-addressed store, hash-verified

215 * @param value the new int's value.
216 */
217 public IonInt newInt(int value);
218
219
220 /**

Implementers 1

_Private_CurriedValueFactorysrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls