Lines Matching refs:extends
162 public class TimeUnit extends java.lang.Enum { ... }
171 public interface List<E> extends java.util.Collection<E> { ... }
193 public interface List<E> extends java.util.Collection<E> { ... }
201 public <X extends Throwable> T orElseThrow(Supplier<? extends X> exceptionSupplier) throws X
208 …method public <X extends java.lang.Throwable> T orElseThrow(java.util.function.Supplier<? extends …
216 …method public <X extends java.lang.Throwable> T orElseThrow(java.util.function.Supplier<? extends …
344 Consider a scenario where a public class extends a hidden class, and that hidden
353 this happens is that StringBuilder is a public class which extends hidden class
363 public static final class CursorJoiner.Result extends java.lang.Enum {
417 In "extends" lists, the signature file can list a comma separated list of
424 extends Object>. These are equivalent. In the v2 format, <? extends Object> is