JLong constructor

JLong(
  1. int value
)

Implementation

JLong(int value) : super(value, _new, _jLongCls);