package it.cavallium.warppi; public class IntegerObj { public int i; public IntegerObj(int i) { this.i = i; } }