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.

Foundation 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.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
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.
GZIPInputStream - class java.util.zip.GZIPInputStream.
This class implements a stream filter for reading compressed data in the GZIP format.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - class java.util.zip.GZIPOutputStream.
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
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.
Group - interface java.security.acl.Group.
This interface is used to represent a group of principals.
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).
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
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.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAdler() - Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAlgorithm() - Method in class java.security.AlgorithmParameterGenerator
Returns the standard name of the algorithm this parameter generator is associated with.
getAlgorithm() - Method in class java.security.AlgorithmParameters
Returns the name of the algorithm associated with this parameter object.
getAlgorithm() - Method in interface java.security.Key
Returns the standard algorithm name for this key.
getAlgorithm() - Method in class java.security.KeyFactory
Gets the name of the algorithm associated with this KeyFactory.
getAlgorithm() - Method in class java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key pair generator.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in class java.security.SignedObject
Retrieves the name of the signature algorithm.
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.URI
Returns the decoded authority component of this URI.
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.BreakIterator
Get the set of Locales for which BreakIterators are installed
getAvailableLocales() - Static method in class java.text.Collator
Get the set of Locales for which Collators are installed.
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.
getBasicConstraints() - Method in class java.security.cert.X509Certificate
Gets the certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
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.
getBeginIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getBeginIndex() for String.
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.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
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).
getCertPathEncodings() - Method in class java.security.cert.CertificateFactory
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificate() - Method in class javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCertificateAlias(Certificate) - Method in class java.security.KeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
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.security.cert.CertPath
Returns the list of certificates in this certification path.
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.
getCharacterInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using default locale Returns an instance of a BreakIterator implementing character breaks.
getCharacterInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using specified locale Returns an instance of a BreakIterator implementing character breaks.
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.
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
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.
getCollationElementIterator(String) - Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationElementIterator(CharacterIterator) - Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationKey(String) - Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String) - Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
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.
getCreationDate(String) - Method in class java.security.KeyStore
Returns the creation date of the entry identified by the given alias.
getCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
getCrtCoefficient() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the crtCoefficient.
getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the crtCoefficient.
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.
getDate() - Method in interface javax.microedition.io.HttpConnection
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.
getDecomposition() - Method in class java.text.Collator
Get the decomposition mode of this Collator.
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.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified in the Java security properties file, or the string "jks" (acronym for "Java keystore") if no such property exists.
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 class java.security.AlgorithmParameters
Returns the parameters in their primary encoding format.
getEncoded(String) - Method in class java.security.AlgorithmParameters
Returns the parameters encoded in the specified scheme.
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.CertPath
Returns the encoded form of this certification path, using the default encoding.
getEncoded(String) - Method in class java.security.cert.CertPath
Returns the encoded form of this certification path, using the specified encoding.
getEncoded() - Method in class java.security.cert.Certificate
Returns the encoded form of this certificate.
getEncoded() - Method in class java.security.cert.X509CRL
Returns the ASN.1 DER-encoded form of this CRL.
getEncoded() - Method in class java.security.cert.X509CRLEntry
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class javax.security.auth.x500.X500Principal
Returns the distinguished name in ASN.1 DER encoded form.
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.
getEncodings() - Method in class java.security.cert.CertPath
Returns an iteration of the encodings supported by this certification path, with the default encoding first.
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.
getEndIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getEndIndex() for String.
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.
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
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.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExtendedKeyUsage() - Method in class java.security.cert.X509Certificate
Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
getExtensionValue(String) - Method in interface java.security.cert.X509Extension
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
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.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object 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.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
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.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this 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.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFormat() - Method in interface java.security.Certificate
Deprecated. Returns the name of the coding format.
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.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
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.
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getG() - Method in interface java.security.interfaces.DSAParams
Returns the base, g.
getG() - Method in class java.security.spec.DSAParameterSpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the base g.
getG() - Method in class java.security.spec.DSAPublicKeySpec
Returns the base g.
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.
getGuarantor() - Method in interface java.security.Certificate
Deprecated. Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHeaderField(int) - Method in class java.net.HttpURLConnection
Returns the value for the nth header field.
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.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
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.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHost() - Method in class java.net.URI
Returns the host component of this URI.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
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.
getIdentity(String) - Method in class java.security.IdentityScope
Deprecated. Returns the identity in this scope with the specified name (if any).
getIdentity(Principal) - Method in class java.security.IdentityScope
Deprecated. Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey) - Method in class java.security.IdentityScope
Deprecated. Retrieves the identity with the specified public key.
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 class 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.
getIndex() - Method in interface java.text.CharacterIterator
Returns the current index.
getIndex() - Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.getIndex() for String.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - Method in class java.net.SocketImpl
Returns the value of this socket's address field.
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.Identity
Deprecated. Returns general information previously specified for this identity.
getInfo() - Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInput() - Method in class java.net.URISyntaxException
Returns the input string.
getInputStream() - Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an input stream for this socket.
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.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object for the requested algorithm, as supplied from the specified provider, if such a parameter generator is available from the provider.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameterGenerator
Generates an AlgorithmParameterGenerator object for the requested algorithm, as supplied from the specified provider, if such a parameter generator is available from the provider.
getInstance(String) - Static method in class java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm.
getInstance(String, String) - Static method in class java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
getInstance(String, Provider) - Static method in class java.security.AlgorithmParameters
Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
getInstance(String) - Static method in class java.security.KeyFactory
Generates a KeyFactory object that implements the specified algorithm.
getInstance(String, String) - Static method in class java.security.KeyFactory
Generates a KeyFactory object for the specified algorithm from the specified provider.
getInstance(String, Provider) - Static method in class java.security.KeyFactory
Generates a KeyFactory object for the specified algorithm from the specified provider.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator 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.KeyPairGenerator
Generates a KeyPairGenerator object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String) - Static method in class java.security.KeyStore
Generates a keystore object of the given type.
getInstance(String, String) - Static method in class java.security.KeyStore
Generates a keystore object for the specified keystore type from the specified provider.
getInstance(String, Provider) - Static method in class java.security.KeyStore
Generates a keystore object for the specified keystore type from the specified provider.
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(String) - Static method in class java.security.SecureRandom
Generates a SecureRandom object that implements the specified Pseudo Random Number Generator (PRNG) algorithm.
getInstance(String, String) - Static method in class java.security.SecureRandom
Generates a SecureRandom object for the specified PRNG algorithm, as supplied from the specified provider, if such a PRNG implementation is available from the provider.
getInstance(String, Provider) - Static method in class java.security.SecureRandom
Generates a SecureRandom object for the specified PRNG algorithm, as supplied from the specified provider, if such a PRNG implementation is available from the provider.
getInstance(String) - Static method in class java.security.Signature
Generates a Signature object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.Signature
Generates a Signature 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.Signature
Generates a Signature object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Generates a certificate factory object that implements the specified certificate type.
getInstance(String, String) - Static method in class java.security.cert.CertificateFactory
Generates a certificate factory object for the specified certificate type from the specified provider.
getInstance(String, Provider) - Static method in class java.security.cert.CertificateFactory
Generates a certificate factory object for the specified certificate type from the specified provider.
getInstance() - Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance(Locale) - Static method in class java.text.Collator
Gets the Collator for the desired locale.
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.
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
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.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
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.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getIssuerAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of issuer alternative names from the IssuerAltName extension, (OID = 2.5.29.18).
getIssuerDN() - Method in class java.security.cert.X509CRL
Gets the issuer (issuer distinguished name) value from the CRL.
getIssuerDN() - Method in class java.security.cert.X509Certificate
Gets the issuer (issuer distinguished name) value from the certificate.
getIssuerUniqueID() - Method in class java.security.cert.X509Certificate
Gets the issuerUniqueID value from the certificate.
getIssuerX500Principal() - Method in class java.security.cert.X509CRL
Returns the issuer (issuer distinguished name) value from the CRL as an X500Principal.
getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
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.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
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.
getKeySpec(Key, Class) - Method in class java.security.KeyFactory
Returns a specification (key material) of the given key object.
getKeyUsage() - Method in class java.security.cert.X509Certificate
Gets a boolean array representing bits of the KeyUsage extension, (OID = 2.5.29.15).
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.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
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.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
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.
getLineInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using default locale.
getLineInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using specified locale.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
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.
getListener() - Method in class java.util.EventListenerProxy
 
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
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 class java.net.ServerSocket
Returns the port on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalPort() - Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
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.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
getLocalSocketAddress() - Method in class java.net.Socket
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.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
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.
getMaxExpansion(int) - Method in class java.text.CollationElementIterator
Return the maximum length of any expansion sequences that end with the specified comparison order.
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.
getMessage() - Method in class java.net.URISyntaxException
Returns a string describing the parse error.
getMessageDigest() - Method in class java.security.DigestInputStream
Returns the message digest associated with this stream.
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.
getModulus() - Method in interface java.security.interfaces.RSAKey
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the modulus.
getModulus() - Method in class java.security.spec.RSAPublicKeySpec
Returns the modulus.
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.Identity
Deprecated. Returns this identity's name.
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 interface java.security.acl.Acl
Returns the name of this ACL.
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.
getName() - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.
getName(String) - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name using the specified format.
getNegativePrefix() - Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSuffix() - Method in class java.text.DecimalFormat
Get the negative suffix.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
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.
getNextUpdate() - Method in class java.security.cert.X509CRL
Gets the nextUpdate date from the CRL.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNonCriticalExtensionOIDs() - Method in interface java.security.cert.X509Extension
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.
getNotAfter() - Method in class java.security.cert.X509Certificate
Gets the notAfter date from the validity period of the certificate.
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotBefore() - Method in class java.security.cert.X509Certificate
Gets the notBefore date from the validity period of the certificate.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
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.
getOOBInline() - Method in class java.net.Socket
Tests if OOBINLINE is enabled.
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() - Method in class java.security.SignedObject
Retrieves the encapsulated object.
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() - Method in class java.text.CollationElementIterator
Returns the character offset in the original text corresponding to the next collation element.
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.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getP() - Method in interface java.security.interfaces.DSAParams
Returns the prime, p.
getP() - Method in class java.security.spec.DSAParameterSpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the prime p.
getP() - Method in class java.security.spec.DSAPublicKeySpec
Returns the prime p.
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.
getParameterSpec(Class) - Method in class java.security.AlgorithmParameters
Returns a (transparent) specification of this parameter object.
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.
getParameters() - Method in class java.security.Signature
Returns the parameters used with this signature object.
getParams() - Method in interface java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
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.
getPassword() - Method in class java.net.PasswordAuthentication
Returns the user password.
getPasswordAuthentication() - Method in class java.net.Authenticator
Called when password authorization is needed.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.URI
Returns the decoded path component of this URI.
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.HttpURLConnection
 
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.
getPermissions(Principal) - Method in interface java.security.acl.Acl
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
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.Socket
Returns the remote port to which this socket is connected.
getPort() - Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort() - Method in class java.net.URI
Returns the port number of this URI.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPositivePrefix() - Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSuffix() - Method in class java.text.DecimalFormat
Get the positive suffix.
getPrimeExponentP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentP.
getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentP.
getPrimeExponentQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeExponentQ.
getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeExponentQ.
getPrimeP() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeP.
getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeP.
getPrimeQ() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the primeQ.
getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the primeQ.
getPrincipal() - Method in interface java.security.Certificate
Deprecated. Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrincipal() - Method in interface java.security.acl.AclEntry
Returns the principal for which permissions are granted or denied by this ACL entry.
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.
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getPrivateExponent() - Method in interface java.security.interfaces.RSAPrivateKey
Returns the private exponent.
getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
Returns the private exponent.
getPrivateKey() - Method in class java.security.Signer
Deprecated. Returns this signer's private key.
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.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
getProvider() - Method in class java.security.AlgorithmParameterGenerator
Returns the provider of this algorithm parameter generator object.
getProvider() - Method in class java.security.AlgorithmParameters
Returns the provider of this parameter object.
getProvider() - Method in class java.security.KeyFactory
Returns the provider of this key factory object.
getProvider() - Method in class java.security.KeyPairGenerator
Returns the provider of this key pair generator object.
getProvider() - Method in class java.security.KeyStore
Returns the provider of this keystore.
getProvider() - Method in class java.security.MessageDigest
Returns the provider of this message digest object.
getProvider() - Method in class java.security.SecureRandom
Returns the provider of this SecureRandom object.
getProvider(String) - Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProvider() - Method in class java.security.Signature
Returns the provider of this signature object.
getProvider() - Method in class java.security.cert.CertificateFactory
Returns the provider of this certificate factory.
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.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in interface java.security.interfaces.RSAPrivateCrtKey
Returns the public exponent.
getPublicExponent() - Method in interface java.security.interfaces.RSAPublicKey
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
Returns the public exponent.
getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
Returns the public exponent.
getPublicKey() - Method in interface java.security.Certificate
Deprecated. Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey() - Method in class java.security.Identity
Deprecated. Returns this identity's public key.
getPublicKey() - Method in class java.security.cert.Certificate
Gets the public key from this certificate.
getQ() - Method in interface java.security.interfaces.DSAParams
Returns the subprime, q.
getQ() - Method in class java.security.spec.DSAParameterSpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the sub-prime q.
getQ() - Method in class java.security.spec.DSAPublicKeySpec
Returns the sub-prime q.
getQuery() - Method in class java.net.URI
Returns the decoded query component of this URI.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRawAuthority() - Method in class java.net.URI
Returns the raw authority component of this URI.
getRawFragment() - Method in class java.net.URI
Returns the raw fragment component of this URI.
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.
getRawPath() - Method in class java.net.URI
Returns the raw path component of this URI.
getRawQuery() - Method in class java.net.URI
Returns the raw query component of this URI.
getRawSchemeSpecificPart() - Method in class java.net.URI
Returns the raw scheme-specific part of this URI.
getRawUserInfo() - Method in class java.net.URI
Returns the raw user-information component of this URI.
getReason() - Method in class java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReason() - Method in class javax.microedition.pki.CertificateException
Get the reason code.
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.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
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.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
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.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getRequestingHost() - Method in class java.net.Authenticator
Gets the hostname of the site or proxy requesting authentication, or null if not available.
getRequestingPort() - Method in class java.net.Authenticator
Gets the port number for the requested connection.
getRequestingPrompt() - Method in class java.net.Authenticator
Gets the prompt string given by the requestor.
getRequestingProtocol() - Method in class java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class java.net.Authenticator
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
getRequestingSite() - Method in class java.net.Authenticator
Gets the InetAddress of the site requesting authorization, or null if not available.
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.
getResponseCode() - Method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
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.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRevocationDate() - Method in class java.security.cert.X509CRLEntry
Gets the revocation date from this X509CRLEntry, the revocationDate.
getRevokedCertificate(BigInteger) - Method in class java.security.cert.X509CRL
Gets the CRL entry, if any, with the given certificate serialNumber.
getRevokedCertificates() - Method in class java.security.cert.X509CRL
Gets all the entries from this CRL.
getRules() - Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
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.
getSaltLength() - Method in class java.security.spec.PSSParameterSpec
Returns the salt length in bits.
getScheme() - Method in class java.net.URI
Returns the scheme component of this URI.
getSchemeSpecificPart() - Method in class java.net.URI
Returns the decoded scheme-specific part of this URI.
getScope() - Method in class java.security.Identity
Deprecated. Returns this identity's scope.
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSeed(int) - Static method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
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.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSentenceInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using default locale Returns an instance of a BreakIterator implementing sentence breaks.
getSentenceInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using specified locale Returns an instance of a BreakIterator implementing sentence breaks.
getSerialNumber() - Method in class java.security.cert.X509CRLEntry
Gets the serial number from this X509CRLEntry, the userCertificate.
getSerialNumber() - Method in class java.security.cert.X509Certificate
Gets the serialNumber value from the certificate.
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
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.
getSigAlgName() - Method in class java.security.cert.X509CRL
Gets the signature algorithm name for the CRL signature algorithm.
getSigAlgName() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm name for the certificate signature algorithm.
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSigAlgOID() - Method in class java.security.cert.X509CRL
Gets the signature algorithm OID string from the CRL.
getSigAlgOID() - Method in class java.security.cert.X509Certificate
Gets the signature algorithm OID string from the certificate.
getSigAlgParams() - Method in class java.security.cert.X509CRL
Gets the DER-encoded signature algorithm parameters from this CRL's signature algorithm.
getSigAlgParams() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
getSignature() - Method in class java.security.SignedObject
Retrieves the signature on the signed object, in the form of a byte array.
getSignature() - Method in class java.security.cert.X509CRL
Gets the signature value (the raw signature bits) from the CRL.
getSignature() - Method in class java.security.cert.X509Certificate
Gets the signature value (the raw signature bits) from the certificate.
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.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns 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.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSourceString() - Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
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().
getStrength() - Method in class java.text.Collator
Returns this Collator's strength property.
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.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSubjectAlternativeNames() - Method in class java.security.cert.X509Certificate
Gets an immutable collection of subject alternative names from the SubjectAltName extension, (OID = 2.5.29.17).
getSubjectDN() - Method in class java.security.cert.X509Certificate
Gets the subject (subject distinguished name) value from the certificate.
getSubjectUniqueID() - Method in class java.security.cert.X509Certificate
Gets the subjectUniqueID value from the certificate.
getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
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.
getSystemScope() - Static method in class java.security.IdentityScope
Deprecated. Returns the system's identity scope.
getTBSCertList() - Method in class java.security.cert.X509CRL
Gets the DER-encoded CRL information, the tbsCertList from this CRL.
getTBSCertificate() - Method in class java.security.cert.X509Certificate
Gets the DER-encoded certificate information, the tbsCertificate from this certificate.
getTargetException() - Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText() - Method in class java.text.BreakIterator
Get the text being scanned
getThisUpdate() - Method in class java.security.cert.X509CRL
Gets the thisUpdate date from the CRL.
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.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
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.Deflater
Returns the total number of bytes input so far.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of bytes input so far.
getTotalOut() - Method in class java.util.zip.Deflater
Returns the total number of bytes output 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.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
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.KeyStore
Returns the type of this keystore.
getType() - Method in class java.security.cert.CRL
Returns the type of this CRL.
getType() - Method in class java.security.cert.CertPath
Returns the type of Certificates in this certification path.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
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.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
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.URI
Returns the decoded user-information component of this URI.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getUserName() - Method in class java.net.PasswordAuthentication
Returns the user name.
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.Adler32
Returns checksum value.
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.
getVersion() - Method in class java.security.cert.X509CRL
Gets the version (version number) value from the CRL.
getVersion() - Method in class java.security.cert.X509Certificate
Gets the version (version number) value from the certificate.
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWordInstance() - Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using default locale.
getWordInstance(Locale) - Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using specified locale.
getX() - Method in interface java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX() - Method in class java.security.spec.DSAPrivateKeySpec
Returns the private key x.
getY() - Method in interface java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY() - Method in class java.security.spec.DSAPublicKeySpec
Returns the public key y.
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.

Foundation 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 219 specification.