HomeSort by relevance Sort by last modified time
    Searched defs:java (Results 201 - 225 of 8733) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/main/java/java/lang/
UnsatisfiedLinkError.java 26 package java.lang;
29 * Thrown if the Java Virtual Machine cannot find an appropriate
33 * @see java.lang.Runtime
UnsupportedClassVersionError.java 26 package java.lang;
29 * Thrown when the Java Virtual Machine attempts to read a class
UnsupportedOperationException.java 26 package java.lang;
33 * Java Collections Framework</a>.
81 * java.security.PrivilegedActionException}).
VerifyError.java 26 package java.lang;
VirtualMachineError.java 26 package java.lang;
29 * Thrown to indicate that the Java Virtual Machine is broken or has
  /libcore/ojluni/src/main/java/java/lang/annotation/
Repeatable.java 26 package java.lang.annotation;
29 * The annotation type {@code java.lang.annotation.Repeatable} is
Retention.java 26 package java.lang.annotation;
Target.java 26 package java.lang.annotation;
32 * constants of {@link ElementType java.lang.annotation.ElementType}.
  /libcore/ojluni/src/main/java/java/lang/ref/
WeakReference.java 26 package java.lang.ref;
  /libcore/ojluni/src/main/java/java/lang/reflect/
GenericArrayType.java 26 package java.lang.reflect;
38 * java.lang.reflect.ParameterizedType ParameterizedType} for the
40 * see {@link java.lang.reflect.TypeVariable TypeVariable} for the
GenericDeclaration.java 26 package java.lang.reflect;
46 * <cite>The Java&trade; Virtual Machine Specification</cite>
InvocationHandler.java 26 package java.lang.reflect;
62 * {@code java.lang.Integer} or {@code java.lang.Boolean}.
82 * unchecked exception types {@code java.lang.RuntimeException}
83 * or {@code java.lang.Error}. If a checked exception is
MalformedParameterizedTypeException.java 27 package java.lang.reflect;
MalformedParametersException.java 26 package java.lang.reflect;
29 * Thrown when {@link java.lang.reflect.Executable#getParameters the
30 * java.lang.reflect package} attempts to read method parameters from
45 * See {@link java.lang.reflect.Executable#getParameters} for more
48 * @see java.lang.reflect.Executable#getParameters
Type.java 26 package java.lang.reflect;
29 * Type is the common superinterface for all types in the Java
  /libcore/ojluni/src/main/java/java/net/
BindException.java 27 package java.net;
CacheRequest.java 26 package java.net;
28 import java.io.OutputStream;
29 import java.io.IOException;
CacheResponse.java 26 package java.net;
28 import java.io.InputStream;
29 import java.util.Map;
30 import java.util.List;
31 import java.io.IOException;
ConnectException.java 27 package java.net;
ContentHandler.java 26 package java.net;
28 import java.io.IOException;
51 * addition by defining the java.content.handler.pkgs property.
63 * @see java.net.ContentHandler#getContent(java.net.URLConnection)
64 * @see java.net.ContentHandlerFactory
65 * @see java.net.URL#getContent()
66 * @see java.net.URLConnection
67 * @see java.net.URLConnection#getContent()
68 * @see java.net.URLConnection#setContentHandlerFactory(java.net.ContentHandlerFactory
    [all...]
PortUnreachableException.java 27 package java.net;
ProtocolException.java 27 package java.net;
29 import java.io.IOException;
SocketException.java 27 package java.net;
29 import java.io.IOException;
SocketOption.java 26 package java.net;
31 * <p> In the {@link java.nio.channels channels} package, the {@link
32 * java.nio.channels.NetworkChannel} interface defines the {@link
33 * java.nio.channels.NetworkChannel#setOption(SocketOption,Object) setOption}
34 * and {@link java.nio.channels.NetworkChannel#getOption(SocketOption) getOption}
SocketPermission.java 26 package java.net;
28 import java.security.Permission;
32 // See comments in java.lang.SecurityManager for details.
38 implements java.io.Serializable

Completed in 237 milliseconds

1 2 3 4 5 6 7 891011>>