JCharacter constructor

JCharacter(
  1. int value
)

Implementation

JCharacter(int value) : super(value, _new, _jCharacterCls);