ESIntegerWrapper constructor

ESIntegerWrapper(
  1. int value
)

Implementation

ESIntegerWrapper(int value) : super(value);