Interest constructor

Interest(
  1. int index
)

Implementation

Interest(int index) {
  this.index = index;
}