Searched refs:GenericInterface (Results 1 – 4 of 4) sorted by relevance
7 interface GenericInterface<T> { interface in Bridges12 static class StringImpl implements GenericInterface<String> {20 public static void testGenericBridge(GenericInterface<String> obj) { in testGenericBridge()
9 GenericInterface iface = new GenericInterfaceImpl(); in main()20 private static void callMethodOnIface(GenericInterface iface) { in callMethodOnIface()
6 public interface GenericInterface<T> { interface
6 public class GenericInterfaceImpl implements GenericInterface<String> {