JInteger constructor

JInteger(
  1. int value
)

Implementation

JInteger(int value) : super(value, _new, _jIntegerCls);