public class FastTable extends Table {
	
	public int extendTo(int i) {
		return 2*i;
	}

}
