public class Timo <E extends Integer>{
	public E getElement(E x){
		return(x);
	}
}