Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

G

GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the grouping separator field.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
GeneralSecurityException - exception java.security.GeneralSecurityException.
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for class java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GregorianCalendar - class java.util.GregorianCalendar.
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
Guard - interface java.security.Guard.
This interface represents a guard, which is an object that is used to protect access to another object.
GuardedObject - class java.security.GuardedObject.
A GuardedObject is an object that is used to protect access to another object.
GuardedObject(Object, Guard) - Constructor for class java.security.GuardedObject
Constructs a GuardedObject using the specified object and guard.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get() - Method in class java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex(inclusive) to toIndex(exclusive).
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.AllPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.security.UnresolvedPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActualMaximum(int) - Method in class java.util.Calendar
Return the maximum value that this field could have, given the current date.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Return the maximum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.Calendar
Return the minimum value that this field could have, given the current date.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Return the minimum value that this field could have, given the current date.
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAdler() - Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAlgorithm() - Method in interface java.security.Key
Returns the standard algorithm name for this key.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithms(String) - Static method in class java.security.Security
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).
getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
Returns the keys of all attributes defined on the iterator's text range.
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the value of the named attribute for the current character.
getAttributes() - Method in class java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAttributes() - Method in interface java.text.AttributedCharacterIterator
Returns a map with the attributes defined on the current character.
getAttributes() - Method in class java.util.jar.JarEntry
Returns the Manifest Attributes for this entry, or null if none.
getAttributes(String) - Method in class java.util.jar.Manifest
Returns the Attributes for the specified entry name.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Static method in class java.text.DateFormat
Gets the set of locales for which DateFormats are installed.
getAvailableLocales() - Static method in class java.text.NumberFormat
Get the set of Locales for which NumberFormats are installed
getAvailableLocales() - Static method in class java.util.Calendar
Gets the list of locales for which Calendars are installed.
getAvailableLocales() - Static method in class java.util.Locale
Returns a list of all installed locales.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBeginIndex() - Method in interface java.text.CharacterIterator
Returns the start index of the text.
getBeginIndex() - Method in class java.text.FieldPosition
Retrieves the index of the first character in the requested field.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance boolean field.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBundle(String) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, locale, and class loader.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Create an InetAddress based on the provided host name and IP address No name service is checked for the validity of the address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance byte field.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getCalendar() - Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCalendarField() - Method in class java.text.DateFormat.Field
Returns the Calendar field associated with this attribute.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCause() - Method in class java.io.WriteAbortedException
Returns the exception that terminated the operation (the cause).
getCause() - Method in class java.lang.ClassNotFoundException
Returns the 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 class java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCause() - Method in class java.lang.reflect.InvocationTargetException
Returns the the cause of this exception (the thrown target exception, which may be null).
getCause() - Method in class java.lang.reflect.UndeclaredThrowableException
Returns the the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - Method in class java.security.PrivilegedActionException
Returns the the cause of this exception (the exception thrown by the privileged computation that resulted in this PrivilegedActionException).
getCertificates() - Method in class java.net.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getCertificates() - Method in class java.security.CodeSource
Returns the certificates associated with this CodeSource.
getCertificates() - Method in class java.util.jar.JarEntry
Returns the Certificate objects for this entry, or null if none.
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext() - Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClassLoader() - Method in class java.lang.Class
Returns the class loader for the class.
getClassLoader() - Method in class java.security.ProtectionDomain
Returns the ClassLoader of this domain.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getClasses() - Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getCodeSource() - Method in class java.security.ProtectionDomain
Returns the CodeSource of this domain.
getComment() - Method in class java.util.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Returns the size of the compressed entry data, or -1 if not known.
getConstructor(Class[]) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors() - Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
Gets the MIME type for the specified file name.
getContents() - Method in class java.util.ListResourceBundle
See class description.
getContext() - Static method in class java.security.AccessController
This method takes a "snapshot" of the current calling context, which includes the current Thread's inherited AccessControlContext, and places it in an AccessControlContext object.
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
getCrc() - Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCurrency() - Method in class java.text.DecimalFormat
Gets the currency used by this decimal format when formatting currency values.
getCurrency() - Method in class java.text.DecimalFormatSymbols
Gets the currency of these DecimalFormatSymbols.
getCurrency() - Method in class java.text.NumberFormat
Gets the currency used by this number format when formatting currency values.
getCurrencyCode() - Method in class java.util.Currency
Gets the ISO 4217 currency code of this currency.
getCurrencyInstance() - Static method in class java.text.NumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale.
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in milliseconds that the clock is advanced during daylight saving time.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDate() - Method in class java.net.URLConnection
Returns the value of the date header field.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets a copy of the date and time format symbols of this date format.
getDateInstance() - Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default locale.
getDateInstance(int) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default locale.
getDateInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateTimeInstance() - Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default locale.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default locale.
getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
Returns the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for decimal sign.
getDeclaredClasses() - Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class[]) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]) - Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass() - Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the method represented by this Method object.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultFractionDigits() - Method in class java.util.Currency
Gets the default number of fraction digits used with this currency.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for a digit in a pattern.
getDirectionality(char) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character.
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName() - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name of this time zone suitable for presentation to the user in the specified locale.
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDomainCombiner() - Method in class java.security.AccessControlContext
Get the DomainCombiner associated with this AccessControlContext.
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type double or of another primitive type convertible to type double via a widening conversion.
getEncoded() - Method in interface java.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoding() - Method in class java.io.InputStreamReader
Returns the canonical name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the canonical name of the character encoding being used by this stream.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEndIndex() - Method in interface java.text.CharacterIterator
Returns the end index of the text.
getEndIndex() - Method in class java.text.FieldPosition
Retrieves the index of the character following the last character in the requested field.
getEntries() - Method in class java.util.jar.Manifest
Returns a Map of the entries contained in this Manifest.
getEntry(String) - Method in class java.util.jar.JarFile
Returns the ZipEntry for the given entry name or null if not found.
getEntry(String) - Method in class java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class java.net.JarURLConnection
Return the entry name for this connection.
getEras() - Method in class java.text.DateFormatSymbols
Gets era strings.
getErrorIndex() - Method in class java.text.ParsePosition
Retrieve the index at which an error occurred, or -1 if the error index has not been set.
getErrorOffset() - Method in class java.text.ParseException
Returns the position where the error was found.
getErrorStream() - Method in class java.lang.Process
Gets the error stream of the subprocess.
getException() - Method in class java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getException() - Method in class java.security.PrivilegedActionException
Returns the exception thrown by the privileged computation that resulted in this PrivilegedActionException.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of of exceptions declared to be thrown by the underlying constructor represented by this Constructor object.
getExceptionTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this Method object.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header field.
getExtra() - Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
getField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getField() - Method in class java.text.FieldPosition
Retrieves the field identifier.
getFieldAttribute() - Method in class java.text.FieldPosition
Returns the field identifier as an attribute constant from one of the Field subclasses.
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields() - Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileNameMap() - Static method in class java.net.URLConnection
Loads filename map (a mimetable) from a data file.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type float or of another primitive type convertible to type float via a widening conversion.
getFormat() - Method in interface java.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFormats() - Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats() - Method in class java.text.MessageFormat
Gets the formats used for the format elements in the previously set pattern string.
getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
Gets the formats used for the values passed into format methods or returned from parse methods.
getGreatestMinimum(int) - Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used for thousands separator.
getGroupingSize() - Method in class java.text.DecimalFormat
Return the grouping size.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth 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.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostAddress(URL) - Method in class java.net.URLStreamHandler
Get the IP address of our host.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getIndex() - Method in interface java.text.CharacterIterator
Returns the current index.
getIndex() - Method in class java.text.ParsePosition
Retrieve the current parse position.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInfinity() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent infinity.
getInfo() - Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInputStream() - Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream(ZipEntry) - Method in class java.util.jar.JarFile
Returns an input stream for reading the contents of the specified ZIP file entry.
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInstance(String) - Static method in class java.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.MessageDigest
Generates a MessageDigest object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, Provider) - Static method in class java.security.MessageDigest
Generates a MessageDigest object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance() - Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - Static method in class java.text.NumberFormat
Returns the default number format for the current default locale.
getInstance(Locale) - Static method in class java.text.NumberFormat
Returns the default number format for the specified locale.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstance(String) - Static method in class java.util.Currency
Returns the Currency instance for the given currency code.
getInstance(Locale) - Static method in class java.util.Currency
Returns the Currency instance for the country of the given locale.
getInt(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type int or of another primitive type convertible to type int via a widening conversion.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntegerInstance() - Static method in class java.text.NumberFormat
Returns an integer number format for the current default locale.
getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
Returns an integer number format for the specified locale.
getInterfaces() - Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getIterator() - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
getJarEntry() - Method in class java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarEntry(String) - Method in class java.util.jar.JarFile
Returns the JarEntry for the given entry name or null if not found.
getJarFile() - Method in class java.net.JarURLConnection
Return the JAR file for this connection.
getJarFileURL() - Method in class java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKeys() - Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys() - Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys() - Method in class java.util.ResourceBundle
Returns an enumeration of the keys.
getLanguage() - Method in class java.util.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLeastMaximum(int) - Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLimits() - Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalHost() - Static method in class java.net.InetAddress
Returns the local host.
getLocalPatternChars() - Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.DatagramSocketImpl
Gets the local port.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
getLocale() - Method in class java.text.MessageFormat
Gets the locale that's used when creating or comparing subformats.
getLocale() - Method in class java.util.ResourceBundle
Returns the locale of this resource bundle.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocation() - Method in class java.security.CodeSource
Returns the location associated with this CodeSource.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type long or of another primitive type convertible to type long via a widening conversion.
getLowestSetBit() - Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getMainAttributes() - Method in class java.util.jar.Manifest
Returns the main Attributes for the Manifest.
getManifest() - Method in class java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getManifest() - Method in class java.util.jar.JarFile
Returns the JAR file manifest, or null if none.
getManifest() - Method in class java.util.jar.JarInputStream
Returns the Manifest for this JAR file, or null if none.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaximum(int) - Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumFractionDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMessage() - Method in class java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in class java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessageDigest() - Method in class java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMethod(String, Class[]) - Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethod() - Method in class java.util.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum(int) - Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumFractionDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumIntegerDigits() - Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinusSign() - Method in class java.text.DecimalFormatSymbols
Gets the character used to represent minus sign.
getModifiers() - Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the constructor represented by this Constructor object, as an integer.
getModifiers() - Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class java.lang.reflect.Method
Returns the Java language modifiers for the method represented by this Method object, as an integer.
getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
Returns the monetary decimal separator.
getMonths() - Method in class java.text.DateFormatSymbols
Gets month strings.
getMultiplier() - Method in class java.text.DecimalFormat
Get the multiplier for use in percent, permill, etc.
getNaN() - Method in class java.text.DecimalFormatSymbols
Gets the string used to represent "not a number".
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in interface java.security.Principal
Returns the name of this principal.
getName() - Method in class java.security.Provider
Returns the name of this provider.
getName() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns the name of the attribute.
getName() - Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getNegativePrefix() - Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSuffix() - Method in class java.text.DecimalFormat
Get the negative suffix.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNextEntry() - Method in class java.util.jar.JarInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEntry() - Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextJarEntry() - Method in class java.util.jar.JarInputStream
Reads the next JAR file entry and positions the stream at the beginning of the entry data.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNumberFormat() - Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance() - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default locale.
getNumberInstance(Locale) - Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumericValue(char) - Static method in class java.lang.Character
Returns the int value that the specified Unicode character represents.
getObject() - Method in class java.security.GuardedObject
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
getObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset(long) - Method in class java.util.SimpleTimeZone
Returns the offset of this time zone from UTC at the given time.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Returns the difference in milliseconds between local time and UTC, taking into account both the raw offset and the effect of daylight saving, for the specified date and time.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOutputStream() - Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers ClassLoader instance.
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's ClassLoader instance.
getParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
getParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
Gets the character used to separate positive and negative subpatterns in a pattern.
getPerMill() - Method in class java.text.DecimalFormatSymbols
Gets the character used for mille percent sign.
getPercent() - Method in class java.text.DecimalFormatSymbols
Gets the character used for percent sign.
getPercentInstance() - Static method in class java.text.NumberFormat
Returns a percentage format for the current default locale.
getPercentInstance(Locale) - Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPermission() - Method in class java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermission() - Method in class java.security.AccessControlException
Gets the Permission object associated with this exeception, or null if there was no corresponding Permission object.
getPermissions(CodeSource) - Method in class java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermissions(CodeSource) - Method in class java.security.Policy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed for code from the specified code source.
getPermissions(ProtectionDomain) - Method in class java.security.Policy
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed given the characteristics of the protection domain.
getPermissions() - Method in class java.security.ProtectionDomain
Returns the static permissions granted to this domain.
getPermissions(CodeSource) - Method in class java.security.SecureClassLoader
Returns the permissions for the given CodeSource object.
getPolicy() - Static method in class java.security.Policy
Returns the installed Policy object.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port for this socket.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPositivePrefix() - Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSuffix() - Method in class java.text.DecimalFormat
Get the positive suffix.
getPrincipals() - Method in class java.security.ProtectionDomain
Returns an array of principals for this domain.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperties() - Static method in class java.lang.System
Determines the current system properties.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Static method in class java.security.Security
Gets a security property value.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProvider() - Method in class java.security.MessageDigest
Returns the provider of this message digest object.
getProvider(String) - Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProviders() - Static method in class java.security.Security
Returns an array containing all the installed providers.
getProviders(String) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified selection criterion, or null if no such providers have been installed.
getProviders(Map) - Static method in class java.security.Security
Returns an array containing all installed providers that satisfy the specified selection criteria, or null if no such providers have been installed.
getProxyClass(ClassLoader, Class[]) - Static method in class java.lang.reflect.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getRawOffset() - Method in class java.util.SimpleTimeZone
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRemaining() - Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
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.Class
Finds a resource with a given name.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getReturnType() - Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getRunLimit() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to all attributes containing the current character.
getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attribute containing the current character.
getRunLimit(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character following the run with respect to the given attributes containing the current character.
getRunStart() - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to all attributes containing the current character.
getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attribute containing the current character.
getRunStart(Set) - Method in interface java.text.AttributedCharacterIterator
Returns the index of the first character of the run with respect to the given attributes containing the current character.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getShort(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type short or of another primitive type convertible to type short via a widening conversion.
getShortMonths() - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortWeekdays() - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getSigners() - Method in class java.lang.Class
Gets the signers of this class.
getSize() - Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getString(String) - Method in class java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getStringArray(String) - Method in class java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSymbol() - Method in class java.util.Currency
Gets the symbol of this currency for the default locale.
getSymbol(Locale) - Method in class java.util.Currency
Gets the symbol of this currency for the specified locale.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getTargetException() - Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getThreadGroup() - Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeInstance() - Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default locale.
getTimeInstance(int) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default locale.
getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeToLive() - Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeZone() - Method in class java.text.DateFormat
Gets the time zone.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of bytes input so far.
getTotalOut() - Method in class java.util.zip.Inflater
Returns the total number of bytes output so far.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType() - Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURLs() - Method in class java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getUndeclaredThrowable() - Method in class java.lang.reflect.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getValue() - Method in class java.text.Annotation
Returns the value of the attribute, which may be null.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue(String) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(Attributes.Name) - Method in class java.util.jar.Attributes
Returns the value of the specified Attributes.Name, or null if the attribute was not found.
getValue() - Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValue() - Method in interface java.util.zip.Checksum
Returns the current checksum value.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVersion() - Method in class java.security.Provider
Returns the version number for this provider.
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getZeroDigit() - Method in class java.text.DecimalFormatSymbols
Gets the character used for zero.
getZoneStrings() - Method in class java.text.DateFormatSymbols
Gets timezone strings.
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.

CDC 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.