|
Class Summary |
| ActiveFolder.WeakDelegateList |
List of delegates which are held onto weakly. |
| ActiveList.WeakDelegateList |
List of delegates which are held onto weakly. |
| ActiveObject.WeakDelegateList |
List of delegates which are held onto weakly. |
| Adler32 |
|
| Arrays |
Array utilities. |
| ArrayUtils |
Generic array utilities. |
| AsyncResult |
|
| BitmapUtils |
This class provides a set of static methods to manipulate
Bitmaps. |
| BitUtils |
Utilities for dealing with byte[]s as bit vectors. |
| ByteArray |
Utilities for accessing instances of byte[]. |
| Collections |
Collection utilities. |
| DateFilter |
Class to filter dates. |
| DateUtils |
Utility methods to perform operations on dates. |
| DEBUG |
|
| Decompressor |
|
| FileUtils |
A collection of handy file and path manipulation utilities. |
| FilteredActiveList<T> |
A view of another list, where only some items are visible (that is, some
may be filtered out), itself presented as a list. |
| Fixed |
Fixed point math library. |
| FloatUtils |
Locale-friendly floating point math utilities. |
| Folder |
A Folder is simply a list of items and a few extra bits of data
including a title, an open/closed state, open and closed icons, and a view. |
| IdentityHashtable |
An implementation of the J2SE IdentityHashMap class, using
the Hashtable interface for CLDC consistency. |
| ImmutableCollection<E> |
Implements an immutable collection of elements. |
| InflaterImpl |
|
| LineBreaker |
|
| LineBreakerArguments |
This class exists to encapsulate the multiple arguments to
and return values from LineBreaker.findLineBreakCandidate(danger.ui.Font, int, java.lang.CharSequence, int, danger.util.LineBreakerArguments)
so that it can be extended in the future without changing
the type signature. |
| ListUtils |
List utilities. |
| LocaleUtils |
Methods useful for number formatting and date/time formatting. |
| Logger |
This is a simple logging class, with configurable log levels and output
redirection. |
| Lzss |
|
| LzssStringDecoder |
|
| MathUtils |
General math utilities. |
| Matrix |
|
| MetaBitmaps |
This class is used to obtain bitmaps provided by the system. |
| MetaKeyDictionary |
|
| MetaStrings |
This class is used to obtain strings provided by the system. |
| NETDEBUG |
|
| PackedIntVector |
PackedIntVector stores a two-dimensional array of integers
in which the number of columns is fixed but the number of
rows may be changed on demand. |
| Pasteboard |
Holder for a shared string that may be accessed across apps. |
| Queue |
A queue which may be used either in FIFO (first-in, first-out) or
LIFO (last-in, first-out) fashion. |
| RingBuffer<E> |
Implements a simple RingBuffer container. |
| ServiceTime |
|
| ShortcutDictionary |
Class to handle the AutoText text replacement rules. |
| ShortcutRules |
Class to handle the AutoText settings. |
| SimpleTimer |
|
| SimpleWeakList<T> |
List of objects which are held onto weakly. |
| SpellCheck |
This static class provides methods to access and modify the global spell
check setting, as well as methods to check spelling and correct mistakes. |
| SpellCheckUserDictionary |
A SpellCheckUserDictionary is used to provide additional words for spell
checking. |
| StdActiveFolder |
Standard implementation of ActiveFolder, using an underlying
array to store all the items, and with hooks for subclasses to notice
interesting activity. |
| StdActiveList |
Standard implementation of ActiveList, using an
underlying array to store all the items, and with hooks for subclasses
to notice interesting activity. |
| StdActiveObject |
Standard implementation of ActiveObject. |
| StringKeyValuePair |
|
| StringSearcher |
|
| StringUtils |
This class provides a set of static methods to manipulate strings. |
| TextBuffer |
This class implements the "buffer-gap" method of storage management
for a buffer that is frequently edited. |
| TextInputFilter |
|
| TextInputVerifier |
|
| TimerTaskFromRunnable |
|
| URLHelper |
|
| UtilFactory |
|
| VectorUtils |
Vector utilities. |
| WeakHashtable |
An implementation of the J2SE WeakHashMap class, using the
Hashtable interface for CLDC consistency. |
| WeakIdentityHashMap |
A combination of the J2SE WeakHashMap and
IdentityHashMap classes. |
| WeakIdentityHashtable |
A combination of the J2SE WeakHashMap and
IdentityHashMap classes, using the Hashtable
interface for CLDC consistency. |
| WordRun |
|
| ZoneInfo |
ZoneInfo provides methods for dealing with time zones, including GMT offsets and determining
if Daylight Saving Time is in effect. |