A B C D E F G H I J L M N O P R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AD - Static variable in class java.util.GregorianCalendar
-
Value of the
ERAfield indicating the common era (Anno Domini), also known as CE. - adapt(int, int, boolean) - Static method in class java.net.IDN
- add(int, int) - Method in class java.util.Calendar
- add(int, int) - Method in class java.util.GregorianCalendar
- addRequestProperty(String, String) - Method in class java.net.URLConnection
-
Adds a general request property specified by a key-value pair.
- addURL(URL) - Method in class java.net.URLClassLoader
- after(Object) - Method in class java.util.Calendar
-
Returns whether this
Calendarrepresents a time after the time represented by the specifiedObject. - allowUserInteraction - Variable in class java.net.URLConnection
-
If
true, thisURLis being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog. - AM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PMfield indicating the period of the day from midnight to just before noon. - AM_PM - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating whether theHOURis before or after noon. - APRIL - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the fourth month of the year in the Gregorian and Julian calendars. - AUGUST - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the eighth month of the year in the Gregorian and Julian calendars.
B
- BC - Static variable in class java.util.GregorianCalendar
-
Value of the
ERAfield indicating the period before the common era (before Christ), also known as BCE. - before(Object) - Method in class java.util.Calendar
-
Returns whether this
Calendarrepresents a time before the time represented by the specifiedObject.
C
- Calendar - Class in java.util
- Calendar() - Constructor for class java.util.Calendar
- ClassLoader - Class in java.lang
-
This stripped down ClassLoader class is simply here to give us cross-platform support for code that might need a valid classloader.
- ClassLoader() - Constructor for class java.lang.ClassLoader
-
Creates a new class loader using the ClassLoader returned by the method
getSystemClassLoader()as the parent class loader. - ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
-
Creates a new class loader using the specified parent class loader for delegation.
- ClassNotFoundException - Exception in java.lang
- ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith no detail message. - ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith the specified detail message. - ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a
ClassNotFoundExceptionwith the specified detail message and optional exception that was raised while loading the class. - clear() - Method in class java.util.Calendar
- clear() - Method in class java.util.GregorianCalendar
- clone() - Method in class java.util.Calendar
- clone() - Method in class java.util.GregorianCalendar
- Collator - Class in java.text
- Collator() - Constructor for class java.text.Collator
- compare(String, String) - Method in class java.text.Collator
- compareTo(URI) - Method in class java.net.URI
- compareTo(Calendar) - Method in class java.util.Calendar
-
Compares the time values (millisecond offsets from the Epoch) represented by two
Calendarobjects. - computeFields() - Method in class java.util.GregorianCalendar
- computeTime() - Method in class java.util.GregorianCalendar
- connect() - Method in class java.net.URLConnection
-
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
- connected - Variable in class java.net.URLConnection
-
If
false, this connection object has not created a communications link to the specified URL. - convertFromIPv4MappedAddress(byte[]) - Static method in class java.net.URL
-
Convert IPv4-Mapped address to IPv4 address.
- current() - Static method in class java.util.concurrent.ThreadLocalRandom
-
Returns the current thread's
ThreadLocalRandom.
D
- DATE - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day of the week. - DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the ordinal number of the day of the week within the current month. - DAY_OF_YEAR - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the day number within the current year. - DECEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the twelfth month of the year in the Gregorian and Julian calendars. - doInput - Variable in class java.net.URLConnection
-
This variable is set by the
setDoInputmethod. - doOutput - Variable in class java.net.URLConnection
-
This variable is set by the
setDoOutputmethod.
E
- encode(String) - Static method in class java.net.IDN
-
Punycodes a unicode string.
- equals(Object) - Method in class java.net.URL
-
Compares this URL for equality with another object.
- equals(Object) - Method in class java.util.Calendar
-
Compares this
Calendarto the specifiedObject. - ERA - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the era, e.g., AD or BC in the Julian calendar.
F
- FEBRUARY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the second month of the year in the Gregorian and Julian calendars. - findClass(String) - Method in class java.lang.ClassLoader
-
Finds the class with the specified binary name.
- findSystemClass(String) - Method in class java.lang.ClassLoader
-
Finds a class with the specified binary name, loading it if necessary.
- Format - Class in java.text
-
only a dummy for gwt compiler
- Format() - Constructor for class java.text.Format
-
Sole constructor.
- FRIDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Friday.
G
- get(int) - Method in class java.util.Calendar
- get(int) - Method in class java.util.GregorianCalendar
- getActualMaximum(int) - Method in class java.util.Calendar
- getActualMinimum(int) - Method in class java.util.Calendar
- getAllowUserInteraction() - Method in class java.net.URLConnection
-
Returns the value of the
allowUserInteractionfield for this object. - getAuthority() - Method in class java.net.URI
- getAuthority() - Method in class java.net.URL
-
Gets the authority part of this
URL. - getCause() - Method in exception java.lang.ClassNotFoundException
-
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
-
Returns the cause of this exception (the thrown target exception, which may be
null). - getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the cause of this exception (the
Throwableinstance wrapped in thisUndeclaredThrowableException, which may benull). - getConnectTimeout() - Method in class java.net.URLConnection
-
Returns setting for connect timeout.
- getContentEncoding() - Method in class java.net.URLConnection
-
Returns the value of the
content-encodingheader field. - getContentLength() - Method in class java.net.URLConnection
-
Returns the value of the
content-lengthheader field. - getContentLengthLong() - Method in class java.net.URLConnection
-
Returns the value of the
content-lengthheader field as a long. - getContentType() - Method in class java.net.URLConnection
-
Returns the value of the
content-typeheader field. - getDate() - Method in class java.net.URLConnection
-
Returns the value of the
dateheader field. - getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
-
Returns the default value of the
allowUserInteractionfield. - getDefaultPort() - Method in class java.net.URL
-
Gets the default port number of the protocol associated with this
URL. - getDefaultUseCaches() - Method in class java.net.URLConnection
-
Returns the default value of a
URLConnection'suseCachesflag. - getDoInput() - Method in class java.net.URLConnection
-
Returns the value of this
URLConnection'sdoInputflag. - getDoOutput() - Method in class java.net.URLConnection
-
Returns the value of this
URLConnection'sdoOutputflag. - getException() - Method in exception java.lang.ClassNotFoundException
-
Returns the exception that was raised if an error occurred while attempting to load the class.
- getExpiration() - Method in class java.net.URLConnection
-
Returns the value of the
expiresheader field. - getFile() - Method in class java.net.URL
-
Gets the file name of this
URL. - getFirstDayOfWeek() - Method in class java.util.Calendar
- getFragment() - Method in class java.net.URI
- getHeaderField(int) - Method in class java.net.URLConnection
-
Returns the value for the
nth header field. - getHeaderField(String) - Method in class java.net.URLConnection
-
Returns the value of the named header field.
- getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as date.
- getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFieldKey(int) - Method in class java.net.URLConnection
-
Returns the key for the
nth header field. - getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFields() - Method in class java.net.URLConnection
-
Returns an unmodifiable Map of the header fields.
- getHost() - Method in class java.net.URI
- getHost() - Method in class java.net.URL
-
Gets the host name of this
URL, if applicable. - getIfModifiedSince() - Method in class java.net.URLConnection
-
Returns the value of this object's
ifModifiedSincefield. - getIndex() - Method in exception java.net.URISyntaxException
-
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
- getInput() - Method in exception java.net.URISyntaxException
-
Returns the input string.
- getInputStream() - Method in class java.net.URLConnection
-
Returns an input stream that reads from this open connection.
- getInstance() - Static method in class java.text.Collator
- getInstance() - Static method in class java.util.Calendar
- getLastModified() - Method in class java.net.URLConnection
-
Returns the value of the
last-modifiedheader field. - getMessage() - Method in exception java.net.URISyntaxException
-
Returns a string describing the parse error.
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
- getOutputStream() - Method in class java.net.URLConnection
-
Returns an output stream that writes to this connection.
- getParent() - Method in class java.lang.ClassLoader
-
Returns the parent class loader for delegation.
- getPath() - Method in class java.net.URI
- getPath() - Method in class java.net.URL
-
Gets the path part of this
URL. - getPort() - Method in class java.net.URI
- getPort() - Method in class java.net.URL
-
Gets the port number of this
URL. - getProtocol() - Method in class java.net.URL
-
Gets the protocol name of this
URL. - getQuery() - Method in class java.net.URI
- getQuery() - Method in class java.net.URL
-
Gets the query part of this
URL. - getRawAuthority() - Method in class java.net.URI
- getRawFragment() - Method in class java.net.URI
- getRawPath() - Method in class java.net.URI
- getRawQuery() - Method in class java.net.URI
- getRawSchemeSpecificPart() - Method in class java.net.URI
- getRawUserInfo() - Method in class java.net.URI
- getReadTimeout() - Method in class java.net.URLConnection
-
Returns setting for read timeout. 0 return implies that the option is disabled (i.e., timeout of infinity).
- getReason() - Method in exception java.net.URISyntaxException
-
Returns a string explaining why the input string could not be parsed.
- getRef() - Method in class java.net.URL
-
Gets the anchor (also known as the "reference") of this
URL. - getRequestProperty(String) - Method in class java.net.URLConnection
-
Returns the value of the named general request property for this connection.
- getResource(String) - Method in class java.lang.ClassLoader
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
Unsupported.
- getScheme() - Method in class java.net.URI
- getSchemeSpecificPart() - Method in class java.net.URI
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
-
get system class loader.
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
Unsupported.
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
Get the thrown target exception.
- getTime() - Method in class java.util.Calendar
- getTime() - Method in class java.util.GregorianCalendar
- getTimeInMillis() - Method in class java.util.Calendar
-
Returns this Calendar's time value in milliseconds.
- getTimeInMillis() - Method in class java.util.GregorianCalendar
- getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the
Throwableinstance wrapped in thisUndeclaredThrowableException, which may benull. - getURL() - Method in class java.net.URLConnection
-
Returns the value of this
URLConnection'sURLfield. - getURLs() - Method in class java.net.URLClassLoader
- getUseCaches() - Method in class java.net.URLConnection
-
Returns the value of this
URLConnection'suseCachesfield. - getUserInfo() - Method in class java.net.URI
- getUserInfo() - Method in class java.net.URL
-
Gets the userInfo part of this
URL. - GregorianCalendar - Class in java.util
- GregorianCalendar() - Constructor for class java.util.GregorianCalendar
H
- hashCode() - Method in class java.net.URL
-
Creates an integer suitable for hash table indexing.
- HOUR - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the hour of the morning or afternoon. - HOUR_OF_DAY - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the hour of the day.
I
- IDN - Class in java.net
- IDN() - Constructor for class java.net.IDN
- ifModifiedSince - Variable in class java.net.URLConnection
-
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
- IllegalAccessException - Exception in java.lang
-
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
- IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
-
Constructs an
IllegalAccessExceptionwithout a detail message. - IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
-
Constructs an
IllegalAccessExceptionwith a detail message. - InvocationTargetException - Exception in java.lang.reflect
-
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
- InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs an
InvocationTargetExceptionwithnullas the target exception. - InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception.
- InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception and a detail message.
- isLenient() - Method in class java.util.Calendar
-
Tells whether date/time interpretation is to be lenient.
- isNormalized(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
-
Determines if the given sequence of char values is normalized.
J
- JANUARY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the first month of the year in the Gregorian and Julian calendars. - java.lang - package java.lang
- java.lang.reflect - package java.lang.reflect
- java.net - package java.net
- java.nio - package java.nio
- java.security - package java.security
- java.text - package java.text
- java.util - package java.util
- java.util.concurrent - package java.util.concurrent
- JULY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the seventh month of the year in the Gregorian and Julian calendars. - JUNE - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the sixth month of the year in the Gregorian and Julian calendars.
L
- loadClass(String) - Method in class java.lang.ClassLoader
-
Loads the class with the specified binary name.
- loadClass(String, boolean) - Method in class java.lang.ClassLoader
-
Loads the class with the specified binary name.
M
- MalformedURLException - Exception in java.net
-
Thrown to indicate that a malformed URL has occurred.
- MalformedURLException() - Constructor for exception java.net.MalformedURLException
-
Constructs a
MalformedURLExceptionwith no detail message. - MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
-
Constructs a
MalformedURLExceptionwith the specified detail message. - MARCH - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the third month of the year in the Gregorian and Julian calendars. - MAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the fifth month of the year in the Gregorian and Julian calendars. - MILLISECOND - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the millisecond within the second. - MINUTE - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the minute within the hour. - MONDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Monday. - MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the month.
N
- newInstance(URL[]) - Static method in class java.net.URLClassLoader
- newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
- nextInt(int, int) - Method in class java.util.concurrent.ThreadLocalRandom
- NFC - java.text.Normalizer.Form
-
Canonical decomposition, followed by canonical composition.
- NFD - java.text.Normalizer.Form
-
Canonical decomposition.
- NFKC - java.text.Normalizer.Form
-
Compatibility decomposition, followed by canonical composition.
- NFKD - java.text.Normalizer.Form
-
Compatibility decomposition.
- normalize() - Method in class java.net.URI
- normalize(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
-
Normalize a sequence of char values.
- Normalizer - Class in java.text
-
This class provides the method
normalizewhich transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text. - Normalizer.Form - Enum in java.text
-
This enum provides constants of the four Unicode normalization forms that are described in Unicode Standard Annex #15 — Unicode Normalization Forms and two methods to access them.
- NoSuchMethodException - Exception in java.lang
-
Thrown when a particular method cannot be found.
- NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
-
Constructs a
NoSuchMethodExceptionwithout a detail message. - NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
-
Constructs a
NoSuchMethodExceptionwith a detail message. - NOVEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the eleventh month of the year in the Gregorian and Julian calendars.
O
- OCTOBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the tenth month of the year in the Gregorian and Julian calendars. - ONE_DAY - Static variable in class java.util.GregorianCalendar
- openConnection() - Method in class java.net.URL
-
Returns a
URIequivalent to this URL. - openStream() - Method in class java.net.URL
- OutOfMemoryError - Error in java.lang
-
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
- OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
-
Constructs an
OutOfMemoryErrorwith no detail message. - OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
-
Constructs an
OutOfMemoryErrorwith the specified detail message.
P
- parseURL(URL, String, int, int) - Method in class java.net.URL
-
Parses the string representation of a
URLinto aURLobject. - PM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PMfield indicating the period of the day from noon to just before midnight.
R
- ReflectiveOperationException - Exception in java.lang
-
Common superclass of exceptions thrown by reflective operations in core reflection.
- ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with
nullas its detail message. - ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified detail message.
- ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified detail message and cause.
- ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause).
S
- SATURDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Saturday. - SECOND - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the second within the minute. - SecureRandom - Class in java.security
- SecureRandom() - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
- SecureRandom(byte[]) - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
- SEPTEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the ninth month of the year in the Gregorian and Julian calendars. - set(int, int) - Method in class java.util.Calendar
-
Sets the given calendar field to the given value.
- set(int, int) - Method in class java.util.GregorianCalendar
- set(String, String, int, String, String) - Method in class java.net.URL
-
Sets the fields of the URL.
- set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
-
Sets the specified 8 fields of the URL.
- setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
-
Set the value of the
allowUserInteractionfield of thisURLConnection. - setConnectTimeout(int) - Method in class java.net.URLConnection
-
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
- setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
-
Sets the default value of the
allowUserInteractionfield for all futureURLConnectionobjects to the specified value. - setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the default value of the
useCachesfield to the specified value. - setDoInput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the
doInputfield for thisURLConnectionto the specified value. - setDoOutput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the
doOutputfield for thisURLConnectionto the specified value. - setFirstDayOfWeek(int) - Method in class java.util.Calendar
- setIfModifiedSince(long) - Method in class java.net.URLConnection
-
Sets the value of the
ifModifiedSincefield of thisURLConnectionto the specified value. - setLenient(boolean) - Method in class java.util.Calendar
-
Specifies whether or not date/time interpretation is to be lenient.
- setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
- setReadTimeout(int) - Method in class java.net.URLConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setRequestProperty(String, String) - Method in class java.net.URLConnection
-
Sets the general request property.
- setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
-
No-op for compatibility.
- setTime(Date) - Method in class java.util.Calendar
-
Sets this Calendar's time with the given
Date. - setTime(Date) - Method in class java.util.GregorianCalendar
- setTimeInMillis(long) - Method in class java.util.Calendar
-
Sets this Calendar's current time from the given long value.
- setTimeInMillis(long) - Method in class java.util.GregorianCalendar
- setUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the value of the
useCachesfield of thisURLConnectionto the specified value. - SocketException - Exception in java.net
- SocketException() - Constructor for exception java.net.SocketException
- SocketException(String) - Constructor for exception java.net.SocketException
- SUNDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Sunday.
T
- textToNumericFormatV4(String) - Static method in class java.net.URL
-
Convert IPv4-Mapped address to IPv4 address.
- ThreadLocalRandom - Class in java.util.concurrent
- THURSDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Thursday. - toASCII(String) - Static method in class java.net.IDN
- toExternalForm() - Method in class java.net.URL
-
Constructs a string representation of this
URL. - toString() - Method in class java.net.URL
-
Constructs a string representation of this
URL. - toString() - Method in class java.net.URLConnection
-
Returns a
Stringrepresentation of this URL connection. - toUnicode(String) - Static method in class java.net.IDN
- TUESDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Tuesday.
U
- UNDECIMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTHfield indicating the thirteenth month of the year. - UndeclaredThrowableException - Exception in java.lang.reflect
-
Thrown by a method invocation on a proxy instance if its invocation handler's
invokemethod throws a checked exception (aThrowablethat is not assignable toRuntimeExceptionorError) that is not assignable to any of the exception types declared in thethrowsclause of the method that was invoked on the proxy instance and dispatched to the invocation handler. - UndeclaredThrowableException(Throwable) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
-
Constructs an
UndeclaredThrowableExceptionwith the specifiedThrowable. - UndeclaredThrowableException(Throwable, String) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
-
Constructs an
UndeclaredThrowableExceptionwith the specifiedThrowableand a detail message. - UnknownHostException - Exception in java.net
- UnknownHostException() - Constructor for exception java.net.UnknownHostException
- UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
- UnknownServiceException - Exception in java.net
- UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
- UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
- URI - Class in java.net
- URI(String) - Constructor for class java.net.URI
- URI(String, String, String, String) - Constructor for class java.net.URI
- URISyntaxException - Exception in java.net
-
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
- URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
-
Constructs an instance from the given input string and reason.
- URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
-
Constructs an instance from the given input string, reason, and error index.
- url - Variable in class java.net.URLConnection
-
The URL represents the remote object on the World Wide Web to which this connection is opened.
- URL - Class in java.net
-
A stripped-down URL suitable for use in GWT client-side.
- URL(String) - Constructor for class java.net.URL
-
Creates a
URLobject from theStringrepresentation. - URL(URL, String) - Constructor for class java.net.URL
-
Creates a URL by parsing the given spec within a specified context.
- URLClassLoader - Class in java.net
-
This stripped down URLClassLoader class is simply here to give us cross-platform support for code that might need a valid classloader.
- URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
- URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
- URLConnection - Class in java.net
- URLConnection(URL) - Constructor for class java.net.URLConnection
-
Constructs a URL connection to the specified URL.
- useCaches - Variable in class java.net.URLConnection
-
If
true, the protocol is allowed to use caching whenever it can.
V
- valueOf(String) - Static method in enum java.text.Normalizer.Form
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum java.text.Normalizer.Form
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VirtualMachineError - Error in java.lang
-
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
- VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
-
Constructs a
VirtualMachineErrorwith no detail message. - VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
-
Constructs a
VirtualMachineErrorwith the specified detail message. - VirtualMachineError(String, Throwable) - Constructor for error java.lang.VirtualMachineError
-
Constructs a
VirtualMachineErrorwith the specified detail message and cause. - VirtualMachineError(Throwable) - Constructor for error java.lang.VirtualMachineError
-
Constructs an a
VirtualMachineErrorwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause).
W
- WeakHashMap<K,V> - Class in java.util
- WeakHashMap() - Constructor for class java.util.WeakHashMap
- WeakHashMap(int) - Constructor for class java.util.WeakHashMap
- WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
- WEDNESDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEKfield indicating Wednesday. - WEEK_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the week number within the current month. - WEEK_OF_YEAR - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the week number within the current year.
Y
- YEAR - Static variable in class java.util.Calendar
-
Field number for
getandsetindicating the year.
All Classes All Packages