static class Wrap {
        Object w;
        public Wrap(Object w){
            this.w = w;
        }