j2meClient.OptionalFunctionalityDelegator Class Reference

This class contains all the functionality required to use channel connection listeners, named objects and channel creation. More...


Static Protected Member Functions

static int countLeadingZeros (long x)
 Returns the number of contiguous 0 bits starting with the most significant bit of x.
static long roundingRightShift (long x, int count)
 Right-shift x by count bits, and round the result using half-even rounding.
static int roundingRightShift (int x, int count)
 Right-shift x by count bits, and round the result using half-even rounding.

Static Package Functions

static long stickyRightShift (long x, int count)
 Right-shift x by count bits, and if any of the shifted-off bits are 1, set the least significant bit of the return value to 1.

Detailed Description

This class contains all the functionality required to use channel connection listeners, named objects and channel creation.

Should your application not require this functionality you can safely delete this class from the j2me client jar library.