package org.nutz.lang.util; public class IntRegion extends Region<Integer> { public IntRegion() { super(); } public IntRegion(String str) { super(); this.valueOf(str); } }