A B C D E F G H I J K L M N O P Q R S T U W
A
- accurateSleep(long) - Method in class oracle.bali.share.thread.Timer
- Sleeps the current thread for the designated number of milliseconds; attempting to be more accurate than the built-in Thread.sleep() function.
- addAll(ArrayMap) - Method in class oracle.bali.share.collection.ArrayMap
- Adds all elements from another ArrayMap into this map.
- addListener(EventListener) - Method in class oracle.bali.share.event.ListenerManager
- Adds a listener to the manager.
- addRanges(Range[], Range[]) - Static method in class oracle.bali.share.collection.Range
- Utility method for adding ranges.
- addSchedulerListener(SchedulerListener) - Method in class oracle.bali.share.thread.TaskScheduler
- Adds a listener for scheduler events.
- appendReader(Reader) - Method in class oracle.bali.share.io.CompositeReader
- Adds a new Reader to the CompositeReader sequence.
- ARABIC - Static variable in class oracle.bali.share.nls.LocaleUtils
- Useful constant for language.
- ArrayAvailableLocaleMapper - class oracle.bali.share.nls.ArrayAvailableLocaleMapper.
- Uses the Java ResourceBundle fallback rules to map an input Locale to its closest match from an array of supported Locales.
- ArrayAvailableLocaleMapper(Locale[]) - Constructor for class oracle.bali.share.nls.ArrayAvailableLocaleMapper
- Creates an ArraySupportedLocalesMapper mapping to the closest match among the list of Locales and using the US Locale as the Locale to return if no other match can be found.
- ArrayAvailableLocaleMapper(Locale[], Locale) - Constructor for class oracle.bali.share.nls.ArrayAvailableLocaleMapper
- Creates an ArrayAvailableLocaleMapper mapping to the closest match among the list of Locales and using using the
defaultLocale
as the Locale to return if no other match can be found.
- ArrayEnumeration - class oracle.bali.share.collection.ArrayEnumeration.
- Enumeration that enumerates the contents of an array.
- ArrayEnumeration(Object[]) - Constructor for class oracle.bali.share.collection.ArrayEnumeration
-
- ArrayMap - class oracle.bali.share.collection.ArrayMap.
- A Dictionary implementation that stores its contents in a single array.
- ArrayMap() - Constructor for class oracle.bali.share.collection.ArrayMap
- Creates an empty ArrayMap, preallocating nothing.
- ArrayMap(Dictionary) - Constructor for class oracle.bali.share.collection.ArrayMap
- Creates an ArrayMap from another Dictionary.
- ArrayMap(int) - Constructor for class oracle.bali.share.collection.ArrayMap
- Creates an ArrayMap, preallocating for a certain size.
- ArrayMap(int, int) - Constructor for class oracle.bali.share.collection.ArrayMap
- Creates an ArrayMap, preallocating for a certain size.
- Assert - exception oracle.bali.share.Assert.
- Bali utility class used for adding assertions to Java code.
- Assert() - Constructor for class oracle.bali.share.Assert
- Constructs a new assertion exception.
- assert(boolean) - Static method in class oracle.bali.share.Assert
- Deprecated. Please use assertion() instead
- assert(boolean, String) - Static method in class oracle.bali.share.Assert
- Deprecated. Please use assertion instead
- Assert(String) - Constructor for class oracle.bali.share.Assert
- Constructs a new assertion exception with the specified message.
- assertion(boolean) - Static method in class oracle.bali.share.Assert
- Asserts that the specified condition is true.
- assertion(boolean, String) - Static method in class oracle.bali.share.Assert
- Asserts with message.
A B C D E F G H I J K L M N O P Q R S T U W