Package de.enough.polish.util

Provides utility classes.

See:
          Description

Interface Summary
Comparable<K> An implementation of Comparable for J2ME
Comparator<K> Allows to compare two objects
Iterator<K> Is used to traverse through maps and lists.
Map<K,V> 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.
BooleanList Provides an flexible list for storing boolean primitives.
BooleanStack Provides a lifo stack for primitive boolean types
DateUtil Eases date handling
Debug Is used for debugging of information.
DeviceControl Controls backlight and vibration in an device-independent manner.
DeviceInfo Provides information about the current device
DrawUtil Provides functions for drawing shadows, polygons, gradients, etc.
DrawUtil.FadeUtil This class is used for fadeEffects (FadeTextEffect and FadinAlienGlowEffect).
HashMap<K,V> Provides the functionality of the J2SE java.util.HashMap for J2ME applications.
IdentityArrayList<K> Provides an flexible list for storing objects, instead of equals we use referential identity (==) for comparing objects, which makes this list faster.
IdentityHashMap<K,V> Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses reference checks for comparing keys.
ImageUtil Utility class for transforming 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
ItemPreinit  
IteratorUtil Is used to traverse through maps and lists.
KeyValueList<K,V> Provides a list that may contain several duplicate keys
Locale Locale provides translations and format dates and currencies depending on the chosen localization.
LongHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses int keys.
LongList Provides an flexible list for storing objects.
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.
Preinit  
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.
ShortHashMap Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses short keys.
StreamUtil Provides some useful Stream methods.
StringTokenizer Provides a simplified version of the J2SE StringTokenizer class for J2ME applications.
TableData Allows to manage data in a tabular structure.
TaskThread Processes tasks asynchronously
TextUtil Provides some useful String methods.
TimePeriod Represents a period of time
TimePoint Defines a point in time within the current TimeZone (typically)
ToStringHelper A helper class to create conforming toString outputs
URL Helps to deal with HTTP GET URLs.
UrlUtil Some useful URL methods
VectorIterator Is used to traverse through vectors.
WrappedText Contains wrapped text and additional meta information about it.
ZipUtil
 

Package de.enough.polish.util Description

Provides utility classes.