JavaPatternMatching/examples/hoti/Simple.jav
2013-10-18 13:33:46 +02:00

5 lines
83 B
Java
Executable File

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