Package de.enough.polish.util

Provides utility classes.

See:
          Description

Interface Summary
Comparator  
Iterator<K> Is used to traverse through maps and lists.
Map A common interface for all map implementations.
Task A task that can be scheduled asynchronously
 

Class Summary
ArrayList<K> Provides an flexible list for storing objects.
Arrays Arrays is used for sorting array elements.
BitMapFont Can be used to use any kind of bitmap fonts.
BitMapFontViewer Is used for a performant showing of String with a bitmap font.
Debug Is used for debugging of information.
DeviceControl Controls backlight and vibration in an device-independent manner
DrawUtil Provides functions for drawing shadows, polygons, gradients, etc.
DrawUtil.FadeUtil This class is used for fadeEffects (FadeTextEffect and FadinAlienGlowEffect).
HashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications.
IdentityHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses reference checks for comparing keys.
ImageUtil Helps to transform images
IntHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses int keys.
IntList Provides an flexible list for storing objects.
IntStack Provides a lifo stack for primitive int types
IteratorUtil Is used to traverse through maps and lists.
Locale Locale provides translations and format dates and currencies depending on the chosen localization.
MathUtil Provides some helper methods missing in java.lang.Math
OAHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications that uses Open Addressing for resolving collision.
OAIdentityHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications that uses Open Addressing for resolving collision.
Properties Reads a property list (key and element pairs) from the input stream and stores it in the internal Hashtable.
ResourceStreamUtil A convenience class for accessing resources.
RgbImage Allows to manipulate image data.
ScreenHistory Manages a history of screens in a stack, when a previous screen is shown all following screens are removed from the history.
StringTokenizer Provides a simplified version of the J2SE StringTokeniyer class for J2ME applications.
TableData Allows to manage data in a tabular structure.
TaskThread Processes tasks asynchronously
TextUtil Provides some usefull String methods.
VectorIterator Is used to traverse through vectors.
ZipUtil
 

Package de.enough.polish.util Description

Provides utility classes.