A B C D E F G H I J K L M N O P R S T U V W

G

GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
GenericSignatureFormatError - error java.lang.reflect.GenericSignatureFormatError.
Indicates that a malformed signature has been encountered via a reflective method.
GenericSignatureFormatError() - Constructor for class java.lang.reflect.GenericSignatureFormatError
 
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.ArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.Dictionary
Answers the value associated with key.
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(int) - Method in interface java.util.List
Answers the element at the specified location in this List.
get(Object) - Method in interface java.util.Map
Answers the value of the mapping with the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
getArgumentClass() - Method in class java.util.IllegalFormatConversionException
Return the class of the mismatched parameter.
getAvailableLocales() - Static method in class java.util.Locale
Returns a list of all installed locales.
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.
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.
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.
getCause() - Method in class java.io.WriteAbortedException
Answers the cause of this Throwable, or null if there is no cause.
getCause() - Method in class java.lang.ClassNotFoundException
Answers the cause of this Throwable, or null if there is no cause.
getCause() - Method in class java.lang.ExceptionInInitializerError
Answers the cause of this Throwable, or null if there is no cause.
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
Answers the cause of this Throwable, or null if there is no cause.
getCause() - Method in class java.lang.reflect.UndeclaredThrowableException
Answers the cause of this Throwable, or null if there is no cause.
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
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
Answers the class name of the resource bundle from which a resource could not be found, or in the case of a missing resource, the name of the missing resource bundle.
getCodePoint() - Method in class java.util.IllegalFormatCodePointException
Return the invalid Unicode code point.
getConversion() - Method in class java.util.FormatFlagsConversionMismatchException
Returns the incompatible Conversion.
getConversion() - Method in class java.util.IllegalFormatConversionException
Return the incompatible conversion.
getConversion() - Method in class java.util.UnknownFormatConversionException
Returns the conversion associated with the exception.
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.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the method represented by this Method object.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
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.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.
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.
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.
getException() - Method in class java.lang.ClassNotFoundException
Answers the exception which occured when loading the class.
getException() - Method in class java.lang.ExceptionInInitializerError
Answers the exception which was passed in when the instance was created.
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.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFlags() - Method in class java.util.DuplicateFormatFlagsException
Returns the format flags that contian a duplicate flag.
getFlags() - Method in class java.util.FormatFlagsConversionMismatchException
Returns the incompatible format flag.
getFlags() - Method in class java.util.IllegalFormatFlagsException
Return the flags that are illegal.
getFlags() - Method in class java.util.UnknownFormatFlagsException
Returns the flags associated with the exception.
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.
getFormatSpecifier() - Method in class java.util.MissingFormatArgumentException
Returns the conversion associated with the exception.
getFormatSpecifier() - Method in class java.util.MissingFormatWidthException
Returns the format specifier associated with the exception.
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.
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.
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getKey() - Method in interface java.util.Map.Entry
Gets the key.
getKey() - Method in class java.util.MissingResourceException
Answers the name of the missing resource, or an empty string if the resource bundle is missing.
getKeys() - Method in class java.util.ResourceBundle
Returns an enumeration of the keys.
getLanguage() - Method in class java.util.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
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
 
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.
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.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMessage() - Method in class java.io.InvalidClassException
Answers the extra information message which was provided when the exception was created.
getMessage() - Method in class java.io.WriteAbortedException
Answers the extra information message which was provided when the throwable was created.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in class java.util.DuplicateFormatFlagsException
Returns the message string of the DuplicateFormatFlagsException.
getMessage() - Method in class java.util.FormatFlagsConversionMismatchException
Returns the message string of the FormatFlagsConversionMismatchException.
getMessage() - Method in class java.util.IllegalFormatCodePointException
Return the message string of the IllegalFormatCodePointException.
getMessage() - Method in class java.util.IllegalFormatConversionException
Return the message string of the IllegalFormatConversionException.
getMessage() - Method in class java.util.IllegalFormatFlagsException
Return the message string of the IllegalFormatFlagsException.
getMessage() - Method in class java.util.IllegalFormatPrecisionException
Returns the message of the exception.
getMessage() - Method in class java.util.IllegalFormatWidthException
Returns the message of the exception.
getMessage() - Method in class java.util.MissingFormatArgumentException
Returns the message of the exception.
getMessage() - Method in class java.util.MissingFormatWidthException
Returns the message of the exception.
getMessage() - Method in class java.util.UnknownFormatConversionException
Returns the message of the exception.
getMessage() - Method in class java.util.UnknownFormatFlagsException
Returns the message associated with the exception.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
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.
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.
getObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getParameterTypes() - Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
getParameterTypes() - Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getPrecision() - Method in class java.util.IllegalFormatPrecisionException
Returns the precision associated with the exception.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
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.
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.
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.
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.
getSource() - Method in class java.util.EventObject
Answers the event source.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getString(String) - Method in class java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getStringArray(String) - Method in class java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getTargetException() - Method in class java.lang.reflect.InvocationTargetException
Answers the exception which caused the receiver to be thrown.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
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.
getUndeclaredThrowable() - Method in class java.lang.reflect.UndeclaredThrowableException
Answers the exception which caused the receiver to be thrown.
getValue() - Method in interface java.util.Map.Entry
Gets the value.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getWidth() - Method in class java.util.IllegalFormatWidthException
Returns the width associated with the exception.

A B C D E F G H I J K L M N O P R S T U V W