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

G

GERMAN - Static variable in class oracle.bali.share.nls.LocaleUtils
Useful constant for language.
GERMANY - Static variable in class oracle.bali.share.nls.LocaleUtils
Useful constant for country.
get(int) - Method in class oracle.bali.share.collection.ImmutableArray
Retrieves an object from the array.
get(int) - Method in class oracle.bali.share.collection.LRUCache
Convenience method for getting values where the key is an integer.
get(Object) - Method in class oracle.bali.share.collection.LRUCache
Gets the value for the given key.
get(Object) - Method in class oracle.bali.share.collection.OptimisticHashMap
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class oracle.bali.share.collection.ArrayMap
Returns the value to which the key is mapped in this dictionary.
get(Object[], Object) - Static method in class oracle.bali.share.collection.ArrayMap
Gets the object stored with the given key.
getBeanInfo(Class) - Static method in class oracle.bali.share.beans.JavaIntrospector
Introspect on a Java bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class, Class) - Static method in class oracle.bali.share.beans.JavaIntrospector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfo(Class, int) - Static method in class oracle.bali.share.beans.JavaIntrospector
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subnject to some comtrol flags.
getBeanInfoSearchPath() - Static method in class oracle.bali.share.beans.JavaIntrospector
 
getBoolean(boolean) - Static method in class oracle.bali.share.util.BooleanUtils
Return the correct immutable Boolean object representing the value.
getByEquality(Object[], Object) - Static method in class oracle.bali.share.collection.ArrayMap
Gets the object stored with the given key, using only object equality.
getByIdentity(Object[], Object) - Static method in class oracle.bali.share.collection.ArrayMap
Gets the object stored with the given key, using only object identity.
getComparator() - Static method in class oracle.bali.share.sort.DateComparator
Get the only instance of the Comparator.
getComparator() - Static method in class oracle.bali.share.sort.LexiComparator
Returns the shared instance.
getComparator() - Static method in class oracle.bali.share.sort.BooleanComparator
Get the only instance of the Comparator.
getComparator() - Static method in class oracle.bali.share.sort.NumberComparator
Get the only instance of the Comparator.
getContextClassLoader() - Static method in class oracle.bali.share.util.ClassLoaderUtils
Dynamically accesses the current context class loader.
getDataFlavor(Class) - Static method in class oracle.bali.share.datatransfer.TransferUtils
Returns the DataFlavor appropriate for this class.
getDataFlavor(Object) - Static method in class oracle.bali.share.datatransfer.TransferUtils
Returns the DataFlavor appropriate for this object.
getDefaultableLocale(Component) - Static method in class oracle.bali.share.nls.LocaleUtils
Return the locale for the given component or Locale.getDefault() if none exists on the component.
getDefaultName() - Method in class oracle.bali.share.thread.Timer
Returns the default name for the timer.
getDefaultName() - Method in class oracle.bali.share.thread.Periodic
Returns the default name for the periodic.
getDefaultTaskScheduler() - Static method in class oracle.bali.share.thread.TaskScheduler
Returns a default task scheduler.
getDelay() - Method in class oracle.bali.share.thread.Timer
Returns the current delay, in milliseconds.
getEditorSearchPath() - Static method in class oracle.bali.share.beans.JavaPropertyEditorManager
 
getElapsedMillis(long) - Static method in class oracle.bali.share.util.Timing
Returns the number of milliseconds that have elapsed since lastTime.
getElapsedSeconds(long) - Static method in class oracle.bali.share.util.Timing
Returns the number of seconds that have elapsed since lastTime.
getElapsedString(long) - Static method in class oracle.bali.share.util.Timing
Returns a string containing the number of seconds that have elapsed since lastTime.
getExpectedTime() - Method in class oracle.bali.share.thread.TaskEvent
Returns the absolut etime when this task was expected to be executed.
getExpectedTime() - Method in class oracle.bali.share.thread.SchedulerEvent
Returns the absolute time in milliseconds when the task expects to be run.
getID() - Method in class oracle.bali.share.thread.SchedulerEvent
Returns the ID of the event.
getInteger(int) - Static method in class oracle.bali.share.util.IntegerUtils
 
getKeys(Object[]) - Static method in class oracle.bali.share.collection.ArrayMap
Returns an Enumeration of keys in the array.
getListeners() - Method in class oracle.bali.share.event.ListenerManager
Returns an enumeration of the Listeners for this manager.
getLocaleForIANAString(String) - Static method in class oracle.bali.share.nls.LocaleUtils
Decodes an IANA string (e.g., en-us) into a Locale object.
getLocaleWithCountry(Locale) - Static method in class oracle.bali.share.nls.LocaleUtils
Returns a locale with the country set based on the language, if the Locale doesn't already have the country set
getLowerLimit() - Method in class oracle.bali.share.collection.Range
Returns the lower limit of the range
getMillisSinceExpired() - Method in class oracle.bali.share.thread.Timer
Returns the milliseconds between when the current time and the actual time when the timer should have expired.
getMnemonicIndex(String) - Static method in class oracle.bali.share.nls.StringUtils
Returns the index of the inline mnemonic in the specified string.
getMnemonicKeyCode(String) - Static method in class oracle.bali.share.nls.StringUtils
Returns the key code for the mnemonic in the string.
getName() - Method in class oracle.bali.share.thread.Timer
Gets the name of the timer.
getName() - Method in class oracle.bali.share.thread.TaskScheduler
Gets the name of the scheduler.
getPriority() - Method in class oracle.bali.share.thread.Timer
Gets and returns the priority of the timer.
getPriority() - Method in class oracle.bali.share.thread.TaskScheduler
Returns the priority of the scheduler.
getReadingDirectionForLocale(Locale) - Static method in class oracle.bali.share.nls.LocaleUtils
Given a locale, returns the default reading direction.
getResource(String) - Static method in class oracle.bali.share.util.ClassLoaderUtils
Locates the resource with the specified name.
getResource(String, ClassLoader) - Static method in class oracle.bali.share.util.ClassLoaderUtils
Locates the resource with the specified name.
getResourceAsStream(String) - Static method in class oracle.bali.share.util.ClassLoaderUtils
Locates the stream resource with the specified name.
getResourceAsStream(String, ClassLoader) - Static method in class oracle.bali.share.util.ClassLoaderUtils
Locates the resource stream with the specified name.
getRootCause() - Method in class oracle.bali.share.util.UnhandledException
Returns the exception that originally caused this exception to be thrown.
getRootCause() - Method in interface oracle.bali.share.util.WrappingThrowable
Returns the exception that originally caused this exception to be thrown.
getStartTimeMillis() - Static method in class oracle.bali.share.util.Timing
Returns the current system time so that we can determine the elapsed time later.
getString() - Method in class oracle.bali.share.collection.StringKey
Return the String that is wrapped by the StringKey.
getString(int) - Static method in class oracle.bali.share.util.IntegerUtils
 
getString(Integer) - Static method in class oracle.bali.share.util.IntegerUtils
 
getString(long) - Static method in class oracle.bali.share.util.IntegerUtils
 
getTask() - Method in class oracle.bali.share.thread.TaskEvent
Returns the task for this event.
getTask() - Method in class oracle.bali.share.thread.SchedulerEvent
Returns the task associated with this event.
getTimeDelta() - Method in class oracle.bali.share.thread.TaskEvent
Returns the difference between when the task expected to be executed and the current time.
getTransferData() - Method in class oracle.bali.share.datatransfer.ObjectTransferable
Subclasses must override this method to return the data Object contained by this Transferable.
getTransferData(DataFlavor) - Method in class oracle.bali.share.datatransfer.CompoundTransferable
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class oracle.bali.share.datatransfer.ObjectTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class oracle.bali.share.datatransfer.CompoundTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class oracle.bali.share.datatransfer.ObjectTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getUpperLimit() - Method in class oracle.bali.share.collection.Range
Returns the upper limit of the range
getValues(Object[]) - Static method in class oracle.bali.share.collection.ArrayMap
Returns an Enumeration of values in the array.

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