Lines Matching defs:GenericMethods1

153         return filterData(Arrays.stream(GenericMethods1.class.getMethods()), GenericMethods1.class)
169 List l = filterData(Arrays.stream(GenericMethods1.class.getMethods()), GenericMethods1.class);
170 l.addAll(filterData(Arrays.stream(GenericMethods1.class.getConstructors()), GenericMethods1.class));
216 public static class GenericMethods1<E> {
220 public <E extends List> E m4(byte[] b, GenericMethods1<? extends E> e) { return null; }
221 public <E extends List> E m5(GenericMethods1<? super Number> e) { return null; }
228 public static <M extends Number> M n4(GenericMethods1<? extends M> e) throws Error, RuntimeException { return null; }
229 public static <M extends Object> M n5(GenericMethods1<? super Number> e) { return null; }
234 public <M extends Error, N extends RuntimeException> E o3(GenericMethods1<E> this, List<E> e) throws M, N { return null; }
235 public <M extends Number> E o4(GenericMethods1<? extends E> e) throws Error, RuntimeException { return null; }
236 public <M extends Object> E o5(GenericMethods1<? super Number> e) { return null; }
244 public <@TA E extends @TA List> @TA E m40(@TA byte @TB [] b, GenericMethods1<@TA ? extends E> e) { return null; }
245 public <@TB E extends @TB List> E m50(@TA GenericMethods1<? super Number> e) { return null; }
252 public static <@TC M extends Number> M n40(GenericMethods1<? extends @TA M> e) throws @TA Error, @TB @TC RuntimeException { return null; }
253 @TA public static <M extends @TB Object> M n50(GenericMethods1<? super Number> e) { return null; }
258 @TC public <M extends Error, N extends RuntimeException> @TB E o30(@TA @TB @TC GenericMethods1<E> this, List<E> e) throws @TA M, @TB @TC N { return null; }
259 public <@TA M extends Number> E o40(GenericMethods1<? extends @TA E> e) throws @TA Error, @TB @TC RuntimeException { return null; }
260 public <M extends @TA Object> E o50(GenericMethods1<@TA ? super Number> e) { return null; }
265 public GenericMethods1(List<? extends List> e, int i) throws Error, RuntimeException { }
266 public <E extends List & Cloneable> GenericMethods1(char c, E e, byte ... b) { }
267 @TC public <M extends Error, N extends RuntimeException> GenericMethods1(List<@TC E> e) throws @TA M, @TB @TC N { }
268 public <@TA M extends @TB List & @TC Cloneable> GenericMethods1(@TA E e, @TB M m) throws @TA Exception { }
269 public <@TA M extends @TB List & @TC Cloneable> GenericMethods1(@TA E e, @TB M m, @TC byte ... b) throws Exception { }