|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CollectionListenerAction | Defines means by which a collection can request actions of a registered listener. |
FilteredList | A generic interface for finding matching data objects. |
Class Summary | |
---|---|
BasicFilteredList |
An implementation of FilteredList that lets you specify criteria to search for within data objects. |
BasicFilteredListResult | A basic implementation of FilteredListResult, which only contains the _results object, for storing the matches obtained from BasicFilteredList. |
BigIntVector | Vector optimized to support insert/delete operations without shuffling the entire array. |
BigLongVector | Vector optimized to support insert/delete operations without shuffling the entire array. |
BigSortedReadableList | Maintains a large collection of elements in a sorted order. |
BigUnsortedReadableList | Maintains a large collection of unsorted elements. |
BigVector | Vector optimized to support insert/delete operations without shuffling the entire array. |
CollectionListenerManager | Class that can manage a list of CollectionListener objects that
register to receive collection events. |
IntSortedReadableList | Maintains a collection of elements with associated keys. |
LongHashtableCollection | Hashtable collection using long integers as keys. |
LongSortedReadableList | Maintains a collection of elements with associated keys. |
ReadableListCombiner | Combines any number of ReadableList implementations and present them
as a single ReadableList. |
ReadableListUtil | Utility methods for retrieving data from a readable list. |
SortedReadableList | Maintains a collection of elements in a sorted order. |
SparseList | Maintains a list where existing elements are guaranteed to keep their assigned index until they're removed from the list. |
UnsortedReadableList | Maintains a collection of elements in an unsorted order. |
Provids a variety of collection implementations and utilities.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal