You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GenericMethodInterface.java 81B

14 years ago
1234567
  1. public interface GenericMethodInterface {
  2. public <T> List<T> getStuff();
  3. }