Bali Share 1.1.18

Package oracle.bali.share.collection

Class Summary
ArrayEnumeration Enumeration that enumerates the contents of an array.
ArrayMap A Dictionary implementation that stores its contents in a single array.
CompoundEnumeration A Enumeration implementation that iterates sequentially over two provided Enumerations, proceeding to the second Enumeration after the elements of the first have been exhausted.
DictionaryKeyValueEnumeration Enumeration that enumerates the contents of a Dictionary, alternatively returning the keys and the values.
EveryOtherEnumeration Enumeration that returns every other value in an array, starting with a start index and moving backwards.
ImmutableArray ImmutableArray acts as an immutable array of objects.
LRUCache Acts like a hashtable with a limited amount of space.
OptimisticHashMap A Dictionary implementation that behaves like a Hashtable with optimistic synchronization of gets.
Range A class that encapsulates a lower and upper limit
SingleItemEnumeration A utility class for iterating over a single item.
StringKey Class or use as a key for Hashtables.
 


Bali Share 1.1.18