Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Package oracle.adfnmc.java.util

Interface Summary
Collection Collection is the root of the collection hierarchy.
Comparator Comparator is used to compare two objects to determine their ordering in respect to each other.
EventListener EventListener is the superclass of all event listener interfaces.
IResourceBundleFactory  
Iterator An Iterator is used to sequence over a collection of objects.
List List is a collection which maintains an ordering for its elements.
ListIterator An ListIterator is used to sequence over a List of objects.
Map Map has a set of keys, each key is mapped to a single value.
Map.Entry Map.Entry is a key/value mapping which is contained in a Map.
Queue A kind of collection provides advanced operations than other basic collections, such as insertion, extraction, and inspection.
RandomAccess RandomAccess is implemented by List implementations that support fast (usually constant time) random access.
Set Set is a collection which does not allow duplicate elements.
SortedMap SortedMap is a Map where the iterators sequence in order of the sorted keys.
SortedSet SortedSet is a Set which iterates its elements in sorted order.
 

Class Summary
AbstractCollection AbstractCollection is an abstract implementation of the Collection interface.
AbstractList AbstractList is an abstract implementation of the List interface, optimized for a backing store which supports random access.
AbstractMap AbstractMap is an abstract implementation of the Map interface.
AbstractSequentialList AbstractSequentialList is an abstract implementation of the List interface.
AbstractSet AbstractSet is an abstract implementation of the Set interface.
ArrayList ArrayList is an implementation of List, backed by an array.
Arrays Arrays contains static methods which operate on arrays.
BitSet The BitSet class implements a bit field.
CalendarHelper  
Collections  
DateHelper  
Dictionary Dictionary is a abstract class which is the superclass of all classes that associate keys with values, such as Hashtable.
EventObject EventObjects represent events.
HashMap HashMap is the hash table based implementation of the Map interface.
HashSet HashSet is an implementation of Set.
Hashtable Hashtable associates keys with values.
LinkedHashMap LinkedHashMap is a variant on HashMap.
LinkedList LinkedList is an implementation of List, backed by a linked list.
ListResourceBundle  
Locale  
Properties  
PropertyResourceBundle Implementation of PropertyResourceBundle for Blackberry.
Random This class provides methods that generates pseudo-random numbers of different types, such as int, long, double and float using either
ResourceBundle An implementation of Java SE's ResourceBundle class.
ResourceBundleManager  
Stack Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects.
StringTokenizer String tokenizer is used to break a string apart into tokens.
TimeZoneHelper  
TreeMap TreeMap is an implementation of SortedMap.
TreeSet TreeSet is an implementation of SortedSet.
Vector Vector is a variable size contiguous indexable array of Objects.
WeakHashMap Internal: Applications should not use this class.
XliffResourceBundle  
XliffResourceBundleFactory  
 

Exception Summary
ConcurrentModificationException This runtime exception is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
EmptyStackException Runtime exception which is thrown when pop/peek method of stack is executed on a stack which is empty
MissingResourceException This runtime exception is thrown by ResourceBundle when a resouce bundle cannot be found or a resource is missing from a resource bundle.
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.